menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PrioritySettings

    Show / Hide Table of Contents

    Class PrioritySettings

    A class that holds Scheduler priority items

    Inheritance
    System.Object
    EJTagHelper
    PrioritySettings
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class PrioritySettings : EJTagHelper

    Constructors

    PrioritySettings()

    Declaration
    public PrioritySettings()

    Properties

    DataSource

    Declaration
    [JsonProperty("dataSource")]
    [HtmlAttributeName("datasource")]
    [JsonConverter(typeof(DataManagerConverter))]
    public object DataSource { get; set; }
    Property Value
    Type Description
    System.Object

    Enable

    Gets or sets the value which indicates whether to enables the priority options or not.

    Declaration
    [JsonProperty("enable")]
    public bool Enable { get; set; }
    Property Value
    Type Description
    System.Boolean

    It accepts the value which indicates whether to enables the priority options or not.

    Query

    Gets or sets the PrioritySettings query value.

    Declaration
    [JsonProperty("query")]
    [JsonConverter(typeof(QueryConverter))]
    public string Query { get; set; }
    Property Value
    Type Description
    System.String

    It accepts the PrioritySettings query value.

    TableName

    Gets or sets the name of the table.

    Declaration
    [JsonProperty("tableName")]
    public string TableName { get; set; }
    Property Value
    Type Description
    System.String

    It accepts the name of the table.

    Template

    Gets or sets the template value for the PrioritySettings.

    Declaration
    [JsonProperty("template")]
    public string Template { get; set; }
    Property Value
    Type Description
    System.String

    It accepts the template value for the PrioritySettings.

    Text

    Gets or sets the text value for the PrioritySettings.

    Declaration
    [JsonProperty("text")]
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    It accepts the text value for the PrioritySettings.

    Title

    Gets or sets the label text value for prioritySettings property.

    Declaration
    [JsonProperty("title")]
    public string Title { get; set; }
    Property Value
    Type Description
    System.String

    It accepts the label text value for prioritySettings property.

    Value

    Gets or sets the value for the PrioritySettings.

    Declaration
    [JsonProperty("value")]
    public string Value { get; set; }
    Property Value
    Type Description
    System.String

    It accepts the value for the PrioritySettings.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved