Skip to main content
All docs
V25.1
  • .NET 8.0+
    • The page you are viewing does not exist in the .NET Framework 4.6.2+ platform documentation. This link will take you to the parent topic of the current section.

    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