Skip to main content
All docs
V26.1
  • IModelListViewBlazor.ShowSelectionColumn Property

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

    Namespace: DevExpress.ExpressApp.Blazor.SystemModule

    Assembly: DevExpress.ExpressApp.Blazor.v26.1.dll

    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