Class ListBoxFields
Represents the ListBox UI element.
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.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class ListBoxFields : EJTagHelper
Constructors
ListBoxFields()
Declaration
public ListBoxFields()
Properties
Category
specifies the category field. .
Declaration
[JsonProperty("category")]
[Obsolete("category property has been deprecated")]
public string Category { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CheckBy
specifies the checkBy field. .
Declaration
[JsonProperty("checkBy")]
public string CheckBy { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GroupBy
Specifies the groupBy field. .
Declaration
[JsonProperty("groupBy")]
public string GroupBy { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HtmlAttributes
Specifies the html attributes. .
Declaration
[JsonProperty("htmlAttributes")]
public string HtmlAttributes { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Gets or sets the element id.
Declaration
[JsonProperty("id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ImageAttributes
Specifies the image attribute. .
Declaration
[JsonProperty("imageAttributes")]
public string ImageAttributes { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ImageUrl
Gets or sets the image URL.
Declaration
[JsonProperty("imageUrl")]
public string ImageUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SelectBy
specifies the selectBy field. .
Declaration
[JsonProperty("selectBy")]
public string SelectBy { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Selected
Specifies the selected field. .
Declaration
[JsonProperty("selected")]
[Obsolete("selected property has been deprecated")]
public string Selected { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SpriteCssClass
Specifies spritecss class. .
Declaration
[JsonProperty("spriteCssClass")]
public string SpriteCssClass { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TableName
specifies the table name. .
Declaration
[JsonProperty("tableName")]
public string TableName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Text
Gets or sets the text. .
Declaration
[JsonProperty("text")]
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TooltipText
Specifies the tooltip text. .
Declaration
[JsonProperty("tooltipText")]
public string TooltipText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Gets or sets the value.
Declaration
[JsonProperty("value")]
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |