Class MenuChildDataFields
Inheritance
Inherited Members
Namespace: Syncfusion.JavaScript.Web
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class MenuChildDataFields
Constructors
MenuChildDataFields()
Declaration
public MenuChildDataFields()
Properties
Child
Declaration
[JsonProperty("child")]
public MenuChildDataFields Child { get; set; }
Property Value
Type | Description |
---|---|
MenuChildDataFields |
DataExpandedField
Gets or sets the expanded.
Declaration
[JsonProperty("expanded")]
public string DataExpandedField { get; set; }
Property Value
Type | Description |
---|---|
System.String | The expanded. |
DataHasChildField
Gets or sets the has child.
Declaration
[JsonProperty("hasChild")]
public string DataHasChildField { get; set; }
Property Value
Type | Description |
---|---|
System.String | The has child. |
DataHtmlAttributeField
Gets or sets the Html attribute.
Declaration
[JsonProperty("htmlAttribute")]
public string DataHtmlAttributeField { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Html attribute. |
DataIdField
Gets or sets the identifier.
Declaration
[JsonProperty("id")]
public string DataIdField { get; set; }
Property Value
Type | Description |
---|---|
System.String | The identifier. |
DataImageAttributeField
Gets or sets the Image attribute.
Declaration
[JsonProperty("imageAttribute")]
public string DataImageAttributeField { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Image attribute. |
DataImageUrlField
Gets or sets the Image URL.
Declaration
[JsonProperty("imageUrl")]
public string DataImageUrlField { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Image URL. |
DataIsCheckedField
Gets or sets the is checked value.
Declaration
[JsonProperty("isChecked")]
public string DataIsCheckedField { get; set; }
Property Value
Type | Description |
---|---|
System.String | The isChecked. |
DataLinkAttributeField
Gets or sets the Link attribute.
Declaration
[JsonProperty("linkAttribute")]
public string DataLinkAttributeField { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Link attribute. |
DataManager
Data Manager as Inner property, which help us to bind the data sources from data adaptors
Declaration
public DataSource DataManager { get; set; }
Property Value
Type | Description |
---|---|
DataSource |
DataParentIdField
Gets or sets the parent identifier.
Declaration
[JsonProperty("parentId")]
public string DataParentIdField { get; set; }
Property Value
Type | Description |
---|---|
System.String | The parent identifier. |
DataSelectedField
Gets or sets the selected.
Declaration
[JsonProperty("selected")]
public string DataSelectedField { get; set; }
Property Value
Type | Description |
---|---|
System.String | The selected. |
DataSource
Gets or sets the object from which the data-bound control retrieves its list of data items.
Declaration
[JsonConverter(typeof(DataManagerConverter))]
[JsonProperty("dataSource")]
public object DataSource { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The data source. |
DataSpriteCssClassField
Gets or sets the sprite CSS class.
Declaration
[JsonProperty("spriteCssClass")]
public string DataSpriteCssClassField { get; set; }
Property Value
Type | Description |
---|---|
System.String | The sprite CSS class. |
DataTableNameField
Gets or sets the Table name.
Declaration
[JsonProperty("tableName")]
public string DataTableNameField { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Table name. |
DataTextField
Gets or sets the text.
Declaration
[JsonProperty("text")]
public string DataTextField { get; set; }
Property Value
Type | Description |
---|---|
System.String | The text. |
DataUrlField
Gets or sets the URL.
Declaration
[JsonProperty("url")]
public string DataUrlField { get; set; }
Property Value
Type | Description |
---|---|
System.String | The URL. |
DataValueField
Gets or sets the value.
Declaration
[JsonProperty("value")]
public string DataValueField { get; set; }
Property Value
Type | Description |
---|---|
System.String | The value. |
Query
Gets or sets the Query.
Declaration
[JsonConverter(typeof(QueryConverter))]
[JsonProperty("query")]
public string Query { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Query. |