Class ListViewItem
List item
Inherited Members
Namespace: Syncfusion.JavaScript.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class ListViewItem : EJTagHelper
Constructors
ListViewItem()
Declaration
public ListViewItem()
Properties
Checked
Gets or sets a boolean value to indicating whether this ListViewItem is checked.
Declaration
[JsonProperty("checked")]
public bool Checked { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ChildHeaderBackButtonText
Gets or sets the child header back button text.
Declaration
[JsonProperty("childButtonText")]
public string ChildHeaderBackButtonText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ChildHeaderTitle
Gets or sets the child header title.
Declaration
[JsonProperty("childTitle")]
public string ChildHeaderTitle { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Children
Gets or sets the children.
Declaration
[JsonProperty("children")]
[JsonIgnore]
public List<ListViewItem> Children { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ListViewItem> |
ContentTemplate
Gets or sets the content template.
Declaration
[JsonIgnore]
public MvcTemplate<ListViewItem> ContentTemplate { get; set; }
Property Value
Type | Description |
---|---|
MvcTemplate<ListViewItem> |
EnableAjax
Gets or sets a boolean value to indicating whether [enable ajax].
Declaration
[JsonProperty("enableAjax")]
public bool EnableAjax { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EnableCheckMark
Gets or sets a boolean value to indicating whether [enable check mark].
Declaration
[JsonProperty("enableCheckMark")]
public bool EnableCheckMark { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Href
Gets or sets the href.
Declaration
[JsonProperty("href")]
public string Href { get; set; }
Property Value
Type | Description |
---|---|
System.String |
HtmlAttributes
Gets or sets the HTML attributes.
Declaration
[JsonIgnore]
public IDictionary<string, object> HtmlAttributes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Object> |
ImageClass
Gets or sets the image class.
Declaration
[JsonProperty("imageClass")]
public string ImageClass { 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 |
NavigateUrl
Gets or sets the navigate URL.
Declaration
[JsonProperty("navigateUrl")]
public string NavigateUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PersistSelection
Gets or sets a boolean value to indicating whether [persist selection].
Declaration
[JsonProperty("persistSelection")]
public bool PersistSelection { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PreventSelection
Gets or sets a boolean value to indicating whether [prevent selection].
Declaration
[JsonProperty("preventSelection")]
public bool PreventSelection { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PrimaryKey
Gets or sets the primary key.
Declaration
[JsonProperty("primaryKey")]
public int PrimaryKey { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
RenderTemplate
Gets or sets a boolean value to indicating whether [render template].
Declaration
[JsonProperty("renderTemplate")]
public bool RenderTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TemplateId
Gets or sets the template identifier.
Declaration
[JsonProperty("templateId")]
public string TemplateId { 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 |
TouchEnd
Gets or sets the touch end.
Declaration
[JsonProperty("touchEnd")]
public string TouchEnd { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TouchStart
Gets or sets the touch start.
Declaration
[JsonProperty("touchStart")]
public string TouchStart { get; set; }
Property Value
Type | Description |
---|---|
System.String |