Class MenuBinding
Represents the MenuBinding class
Inheritance
System.Object
MenuBinding
Inherited Members
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.Web
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class MenuBinding
Constructors
MenuBinding()
Declaration
public MenuBinding()
Properties
DataMember
Gets or sets the data member.
Declaration
public string DataMember { get; set; }
Property Value
Type | Description |
---|---|
System.String | The data member. |
HtmlAttributeField
Gets or sets the html attributes.
Declaration
public string HtmlAttributeField { get; set; }
Property Value
Type | Description |
---|---|
System.String | The html attributes. |
IdField
Gets or sets the identifier.
Declaration
public string IdField { get; set; }
Property Value
Type | Description |
---|---|
System.String | The identifier. |
ImageAttributeField
Gets or sets the image attribute field.
Declaration
public string ImageAttributeField { get; set; }
Property Value
Type | Description |
---|---|
System.String | The image attribute field. |
ImageUrlField
Gets or sets the image URL field.
Declaration
public string ImageUrlField { get; set; }
Property Value
Type | Description |
---|---|
System.String | The image URL field. |
LinkAttributeField
Gets or sets the link attributes.
Declaration
public string LinkAttributeField { get; set; }
Property Value
Type | Description |
---|---|
System.String | The link attributes. |
SpriteCssField
Gets or sets the sprite css class.
Declaration
public string SpriteCssField { get; set; }
Property Value
Type | Description |
---|---|
System.String | The sprite css class. |
TextField
Gets or sets the text field.
Declaration
public string TextField { get; set; }
Property Value
Type | Description |
---|---|
System.String | The text field. |
UrlField
Gets or sets the URL field.
Declaration
public string UrlField { get; set; }
Property Value
Type | Description |
---|---|
System.String | The URL field. |