- Properties
Contact Support
Api fieldSettingsModel in Angular ListView component
22 Jan 20251 minute to read
Interface for a class FieldSettings
Properties
child string
This property used for nested navigation of list-items.
Refer the documentation
{@link http://ej2.syncfusion.com/documentation/list-view/nested-list.html?lang=typescript here}
to know more about this property with demo.
enabled string
It is used to enable the list item
groupBy string
It wraps the list view element into a group based on the value of groupBy property.
Refer the documentation
{@link http://ej2.syncfusion.com/documentation/list-view/grouping.html?lang=typescript here}
to know more about this property with demo.
htmlAttributes string
Defines the HTML attributes such as id, class, etc,. for the specific list item.
iconCss string
It is used to customize the icon to the list items dynamically. We can add specific image to the icons using iconCss property.
id string
ID attribute of specific list-item.
isChecked string
This property used to check whether the list item is in checked state or not.
isVisible string
To check whether the visibility state of list item.
sortBy string
It is used to enable the sorting of list items to be ascending or descending.
tableName string
It is used to fetch a specified named table data while using serviceUrl of DataManager
in dataSource property.
Refer the documentation
{@link http://ej2.syncfusion.com/documentation/data/getting-started.html?lang=typescript here}
to know more about this property with demo.
text string
It is used to map the text value of list item from the dataSource.
tooltip string
It is used to display tooltip content of text
while hovering on list items.