Class ListViewFieldSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
ListViewFieldSettingsBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class ListViewFieldSettingsBuilder : ControlBuilder
Constructors
ListViewFieldSettingsBuilder()
Declaration
public ListViewFieldSettingsBuilder()
ListViewFieldSettingsBuilder(ListViewFieldSettings)
Declaration
public ListViewFieldSettingsBuilder(ListViewFieldSettings model)
Parameters
Methods
Child(String)
The child property is used for nested navigation of listed items.
Declaration
public ListViewFieldSettingsBuilder Child(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
Enabled(String)
Specifies the enabled state of the ListView component.
And, we can disable the component using this property by setting its value as false.
Declaration
public ListViewFieldSettingsBuilder Enabled(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
GroupBy(String)
The groupBy property is used to wraps the ListView elements into a group.
Declaration
public ListViewFieldSettingsBuilder GroupBy(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
HtmlAttributes(String)
The htmlAttributes allows additional attributes such as id, class, etc., and
accepts n number of attributes in a key-value pair format.
Declaration
public ListViewFieldSettingsBuilder HtmlAttributes(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
IconCss(String)
The iconCss is used to customize the icon to the list items dynamically.
We can add a specific image to the icons using iconCss property.
Declaration
public ListViewFieldSettingsBuilder IconCss(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
Id(String)
Specifies the id field mapped in dataSource.
Declaration
public ListViewFieldSettingsBuilder Id(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
IsChecked(String)
The isChecked property is used to check whether the list items are in checked state or not.
Declaration
public ListViewFieldSettingsBuilder IsChecked(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
IsVisible(String)
The isVisible property is used to check whether the list items are in visible state or not.
Declaration
public ListViewFieldSettingsBuilder IsVisible(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
SortBy(String)
The sortBy property used to enable the sorting of list items to be ascending or descending order.
Declaration
public ListViewFieldSettingsBuilder SortBy(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
TableName(String)
Specifies the tableName used to fetch data from a specific table in the server.
Declaration
public ListViewFieldSettingsBuilder TableName(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
Text(String)
The text property is used to map the text value from the data source for each list item.
Declaration
public ListViewFieldSettingsBuilder Text(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns
The tooltip is used to display the information about the target element while hovering on list items.
Declaration
public ListViewFieldSettingsBuilder Tooltip(string value)
Parameters
| Type |
Name |
Description |
| System.String |
value |
|
Returns