IModelListViewBlazor Properties
Used to extend the Application Model‘s Views node.Name | Description |
---|---|
InlineEditMode | Specifies the way cell values are edited. |
PageIndex | Specifies the zero-based index of the currently selected page. |
PageSize | Specifies the number of records displayed on a List Editor page. |
ShowAllRows | Specifies whether DxGridListEditor displays all records on one page. |
ShowSelectionColumn | Specifies whether selection checkboxes are displayed for the records in the DxGridListEditor. |
VirtualScrollingEnabled | Specifies whether virtual scrolling is enabled in DxGridListEditor. When enabled, the List Editor loads records as the user scrolls (instead of traditional pagination). |
See Also