Skip to main content
All docs
V25.2
  • IModelListViewBlazor.ShowSelectionColumn Property

    Specifies whether selection checkboxes are displayed for the records in the DxGridListEditor.

    Namespace: DevExpress.ExpressApp.Blazor.SystemModule

    Assembly: DevExpress.ExpressApp.Blazor.v25.2.dll

    NuGet Package: DevExpress.ExpressApp.Blazor

    Declaration

    [DefaultValue(true)]
    bool ShowSelectionColumn { get; set; }

    Property Value

    Type Default Description
    Boolean true

    true, if selection checkboxes are displayed for the records; otherwise, false.

    See Also