Class CategorizeSettings
A class that holds categorize items.
Inherited Members
Namespace: Syncfusion.JavaScript.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class CategorizeSettings : EJTagHelper
Constructors
CategorizeSettings()
Declaration
public CategorizeSettings()
Properties
AllowMultiple
Gets or sets the value which indicates whether to allow multiple selection of categories for the appointments or not.
Declaration
[JsonProperty("allowMultiple")]
public bool AllowMultiple { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | It accepts the value which indicates whether to allow multiple selection of categories for the appointments or not. |
Color
Gets or sets the color value for categorize data.
Declaration
[JsonProperty("color")]
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts the color value for categorize data. |
DataSource
Gets or sets the categorize data collection.
Declaration
[JsonConverter(typeof(DataManagerConverter))]
[JsonProperty("dataSource")]
[HtmlAttributeName("datasource")]
public object DataSource { get; set; }
Property Value
Type | Description |
---|---|
System.Object | It accepts the categorize data collection. |
Enable
Gets or sets the value which indicates whether to enable the categories option for the appointments or not.
Declaration
[JsonProperty("enable")]
public bool Enable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | It accepts the value which indicates whether to enable the categories option for the appointments or not. |
FontColor
Gets or sets the font color value for categorize data.
Declaration
[JsonProperty("fontColor")]
public string FontColor { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts the font color value for categorize data. |
Id
Gets or sets the id value for categorize data.
Declaration
[JsonProperty("id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts the id value for categorize data. |
Query
Gets or sets the query value for categorize data.
Declaration
[JsonProperty("query")]
[JsonConverter(typeof(QueryConverter))]
public string Query { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts the query value for categorize data. |
TableName
Gets or sets the table name value for categorize data table.
Declaration
[JsonProperty("tableName")]
public string TableName { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts the name of the table. |
Text
Gets or sets the text value for categorize data.
Declaration
[JsonProperty("text")]
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts the text value for categorize data. |
Title
Gets or sets the label text for Categorize field.
Declaration
[JsonProperty("title")]
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts the Categorize field label text value |