Class ListViewItemBuilder
Represents a class for ListViewItemBuilder which includes navigate URL, text, primary key, render template, child title, and child button text properties.
Inheritance
System.Object
ListViewItemBuilder
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()
Assembly: Syncfusion.EJ.dll
Syntax
public class ListViewItemBuilder
Constructors
ListViewItemBuilder(ListViewItem)
Declaration
public ListViewItemBuilder(ListViewItem item)
Parameters
Methods
Checked(Boolean)
Declaration
public ListViewItemBuilder Checked(bool check)
Parameters
Type |
Name |
Description |
System.Boolean |
check |
|
Returns
specifies ChildHeaderBackButtonText.
Declaration
public ListViewItemBuilder ChildHeaderBackButtonText(string childButtonText)
Parameters
Type |
Name |
Description |
System.String |
childButtonText |
|
Returns
Declaration
public ListViewItemBuilder ChildHeaderTitle(string childTitle)
Parameters
Type |
Name |
Description |
System.String |
childTitle |
|
Returns
Children(Action<ListViewItemAdder>)
specifies list item of the Children.
Declaration
public ListViewItemBuilder Children(Action<ListViewItemAdder> listItem)
Parameters
Returns
ContentTemplate(Action<ListViewItem>)
The Content template for webform.
Declaration
public ListViewItemBuilder ContentTemplate(Action<ListViewItem> template)
Parameters
Returns
ContentTemplate(Func<ListViewItem, Object>)
The Content template for RazorView.
Declaration
public ListViewItemBuilder ContentTemplate(Func<ListViewItem, object> template)
Parameters
Type |
Name |
Description |
System.Func<ListViewItem, System.Object> |
template |
|
Returns
EnableAjax(Boolean)
Declaration
public ListViewItemBuilder EnableAjax(bool enableAjax)
Parameters
Type |
Name |
Description |
System.Boolean |
enableAjax |
|
Returns
EnableCheckMark(Boolean)
specifies Enable check mark.
Declaration
public ListViewItemBuilder EnableCheckMark(bool enableCheckMark)
Parameters
Type |
Name |
Description |
System.Boolean |
enableCheckMark |
|
Returns
Href(String)
Declaration
public ListViewItemBuilder Href(string href)
Parameters
Type |
Name |
Description |
System.String |
href |
|
Returns
HtmlAttributes(IDictionary<String, Object>)
specifies HTMlattributes.
Declaration
public ListViewItemBuilder HtmlAttributes(IDictionary<string, object> attributes)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IDictionary<System.String, System.Object> |
attributes |
|
Returns
HtmlAttributes(Object)
specifies HTML attributes.
Declaration
public ListViewItemBuilder HtmlAttributes(object attributes)
Parameters
Type |
Name |
Description |
System.Object |
attributes |
|
Returns
ImageClass(String)
Declaration
public ListViewItemBuilder ImageClass(string imageClass)
Parameters
Type |
Name |
Description |
System.String |
imageClass |
|
Returns
ImageUrl(String)
Declaration
public ListViewItemBuilder ImageUrl(string imageUrl)
Parameters
Type |
Name |
Description |
System.String |
imageUrl |
|
Returns
NavigateUrl(String)
Declaration
public ListViewItemBuilder NavigateUrl(string navigateUrl)
Parameters
Type |
Name |
Description |
System.String |
navigateUrl |
|
Returns
PersistSelection(Boolean)
specifies Persists selection.
Declaration
public ListViewItemBuilder PersistSelection(bool persistSelection)
Parameters
Type |
Name |
Description |
System.Boolean |
persistSelection |
|
Returns
PreventSelection(Boolean)
specifies Prevent selection.
Declaration
public ListViewItemBuilder PreventSelection(bool preventSelection)
Parameters
Type |
Name |
Description |
System.Boolean |
preventSelection |
|
Returns
PrimaryKey(Int32)
Declaration
public ListViewItemBuilder PrimaryKey(int primaryKey)
Parameters
Type |
Name |
Description |
System.Int32 |
primaryKey |
|
Returns
RenderTemplate(Boolean)
specifies RenderTemplate.
Declaration
public ListViewItemBuilder RenderTemplate(bool renderTemplate)
Parameters
Type |
Name |
Description |
System.Boolean |
renderTemplate |
|
Returns
TemplateId(String)
specifies Templates identifier.
Declaration
public ListViewItemBuilder TemplateId(string templateId)
Parameters
Type |
Name |
Description |
System.String |
templateId |
|
Returns
Text(String)
Declaration
public ListViewItemBuilder Text(string text)
Parameters
Type |
Name |
Description |
System.String |
text |
|
Returns
TouchEnd(String)
Declaration
public ListViewItemBuilder TouchEnd(string tEnd)
Parameters
Type |
Name |
Description |
System.String |
tEnd |
|
Returns
TouchStart(String)
Declaration
public ListViewItemBuilder TouchStart(string tStart)
Parameters
Type |
Name |
Description |
System.String |
tStart |
|
Returns