Class MenuDataItems
Represents the Menu UI element.
Inherited Members
Namespace: Syncfusion.JavaScript.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class MenuDataItems : EJTagHelper
Constructors
MenuDataItems()
Declaration
public MenuDataItems()
Properties
DataSource
Gets or sets the object from which the data-bound control retrieves its list of data items.
Declaration
[HtmlAttributeName("datasource")]
[JsonProperty("dataSource")]
[JsonConverter(typeof(DataManagerConverter))]
public object DataSource { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The data source. |
Expanded
Gets or sets the expanded.
Declaration
[JsonProperty("expanded")]
public string Expanded { get; set; }
Property Value
Type | Description |
---|---|
System.String | The expanded. |
HasChild
Gets or sets the has child.
Declaration
[JsonProperty("hasChild")]
public string HasChild { get; set; }
Property Value
Type | Description |
---|---|
System.String | The has child. |
HtmlAttribute
Gets or sets the Html attribute.
Declaration
[JsonProperty("htmlAttribute")]
public string HtmlAttribute { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Html attribute. |
Id
Gets or sets the identifier.
Declaration
[JsonProperty("id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String | The identifier. |
ImageAttribute
Gets or sets the Image attribute.
Declaration
[JsonProperty("imageAttribute")]
public string ImageAttribute { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Image attribute. |
ImageUrl
Gets or sets the Image URL.
Declaration
[JsonProperty("imageUrl")]
public string ImageUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Image URL. |
IsChecked
Gets or sets the is checked value.
Declaration
[JsonProperty("isChecked")]
public string IsChecked { get; set; }
Property Value
Type | Description |
---|---|
System.String | The isChecked. |
LinkAttribute
Gets or sets the Link attribute.
Declaration
[JsonProperty("linkAttribute")]
public string LinkAttribute { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Link attribute. |
ParentId
Gets or sets the parent identifier.
Declaration
[JsonProperty("parentId")]
public string ParentId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The parent identifier. |
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. |
Selected
Gets or sets the selected.
Declaration
[JsonProperty("selected")]
public string Selected { get; set; }
Property Value
Type | Description |
---|---|
System.String | The selected. |
SpriteCssClass
Gets or sets the sprite CSS class.
Declaration
[JsonProperty("spriteCssClass")]
public string SpriteCssClass { get; set; }
Property Value
Type | Description |
---|---|
System.String | The sprite CSS class. |
TableName
Gets or sets the Table name.
Declaration
[JsonProperty("tableName")]
public string TableName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Table name. |
Text
Gets or sets the text.
Declaration
[JsonProperty("text")]
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | The text. |
Url
Gets or sets the URL.
Declaration
[JsonProperty("url")]
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String | The URL. |
Value
Gets or sets the value.
Declaration
[JsonProperty("value")]
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String | The value. |
Methods
ShouldSerializeDataSource()
ShouldSerialize Method for Datasource.
Declaration
public bool ShouldSerializeDataSource()
Returns
Type | Description |
---|---|
System.Boolean |