FieldSettingsModel

Interface represents the field options searching for list view items.

Properties

child String

Specifies mapping for the child property used for nested navigation of list view item.

enabled String

Specifies the field mapping for enabled which is used to determine whether the list item is enabled or not.

groupBy String

Specifies the group by field to group the list view items.

htmlAttributes String

Specifies additional HTML attributes, such as title, styles, class, id, and name, in a key-value pair format that will be appended to the HTML element. If both the property and equivalent HTML attributes are configured, then the control overrides the property value with the HTML attributes.

iconCss String

Specifies one or more CSS classes to include an icon or image in speed dial item.

id String

Specifies the id field mapping between the data store and list view item.

isChecked String

Specifies the field mapping for isChecked which is used to determine whether the list item is checked or not.

isVisible String

Specifies the field mapping for isVisible which is used to determine whether the list item is visible or not.

sortBy String

Specifies the sort by field to sort the list view items in ascending or descending order.

tableName String

Specifies the table name where data will be fetched from.

text String

Specifies the text field mapping between the data store and list view item.

tooltip String

Specifies the field mapping for tooltip which is used display the information while hovering on list view item.