Skip to main content
All docs
V24.1

TreeListSelectionColumnHeaderTemplateContext.SelectAllEnabled Property

Determines if the Select All operation is available.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public bool SelectAllEnabled { get; }

Property Value

Type Description
Boolean

true if the Select All operation is available; otherwise, false.

See Also