Skip to main content
All docs
V24.1

TreeListSelectionColumnCellDisplayTemplateContext.SelectEnabled Property

Returns whether the select operation is available for a row from an asynchronous data source.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public bool SelectEnabled { get; }

Property Value

Type Description
Boolean

true if the select operation is available; otherwise, false.

See Also