Class PrioritySettings
A class that holds Scheduler priority items
Inherited Members
Namespace: Syncfusion.JavaScript.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class PrioritySettings : EJTagHelper
Constructors
PrioritySettings()
Declaration
public PrioritySettings()
Properties
DataSource
Declaration
[HtmlAttributeName("datasource")]
[JsonProperty("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
[JsonConverter(typeof(QueryConverter))]
[JsonProperty("query")]
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. |