IModelListViewWeb Properties
Used to extend the Application Model‘s Views node.| Name | Description |
|---|---|
| DetailRowMode | Specifies how the Detail Row is displayed in the current List View’s ASPxGridListEditor. |
| DetailRowView | Specifies the Detail View to be displayed in the Detail Row for the current List View’s ASPxGridListEditor. |
| EnableEndlessPaging | Enables Endless Paging in an ASPxGridListEditor. |
| InlineEditMode | Specifies the way cell values are edited. |
| IsAdaptive | Specifies whether or not the adaptive and responsive layout is enabled for the grid control displayed in the current List View. |
| PageIndex | Specifies the zero-based index of the currently selected page. |
| PagerPosition | Specifies the pager’s position within the List View control. |
| PageSize | Specifies the number of records displayed on a List Editor page. |
| ShowSelectionColumn | Specifies whether selection checkboxes are displayed for the records in the ASPxGridListEditor. When selection checkboxes are hidden, the Delete Actions are displayed instead of checkboxes. |
| VerticalScrollableHeight | Specifies the vertical scrollable height of the ASPxGridListEditor‘s grid control when Endless Paging is enabled using the IModelListViewWeb.EnableEndlessPaging property. |
See Also