Class ListViewFields
Represents a class for ListViewFields which includes ID, text, primary key, prevent selection, template ID, and attribute properties.
Inherited Members
Namespace: Syncfusion.JavaScript.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class ListViewFields : EJTagHelper
Constructors
ListViewFields()
Initializes a new instance of the ListViewFields class.
Declaration
public ListViewFields()
Properties
Attributes
Gets or sets the HTML attributes.
Declaration
[JsonProperty("attributes")]
public string Attributes { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Checked
Gets or sets the checked.
Declaration
[JsonProperty("checked")]
public string Checked { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ChildHeaderBackButtonText
Gets or sets the child button text.
Declaration
[JsonProperty("childHeaderBackButtonText")]
public string ChildHeaderBackButtonText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ChildHeaderTitle
Gets or sets the child title.
Declaration
[JsonProperty("childHeaderTitle")]
public string ChildHeaderTitle { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EnableAjax
Gets or sets the enable ajax.
Declaration
[JsonProperty("enableAjax")]
public string EnableAjax { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EnableCheckMark
Gets or sets a value indicating whether [enable check mark].
Declaration
[JsonProperty("enableCheckMark")]
public string EnableCheckMark { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Href
Gets or sets the href.
Declaration
[JsonProperty("href")]
public string Href { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Gets or sets the elements unique id.
Declaration
[JsonProperty("id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |
ParentPrimaryKey
parentPrimaryKey
Declaration
[JsonProperty("parentPrimaryKey")]
public string ParentPrimaryKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PersistSelection
Gets or sets a value indicating whether [persist selection].
Declaration
[JsonProperty("persistSelection")]
public string PersistSelection { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PreventSelection
Gets or sets a value indicating whether [prevent selection].
Declaration
[JsonProperty("preventSelection")]
public string PreventSelection { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PrimaryKey
Gets or sets the primary key.
Declaration
[JsonProperty("primaryKey")]
public string PrimaryKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RenderTemplate
Gets or sets a value indicating whether [render template].
Declaration
[JsonProperty("renderTemplate")]
public string RenderTemplate { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |