Back to Devexpress

TreeListSelectionColumnCellDisplayTemplateContext.Selected Property

blazor-devexpress-dot-blazor-dot-treelistselectioncolumncelldisplaytemplatecontext-7644c305.md

latest1.1 KB
Original Source

TreeListSelectionColumnCellDisplayTemplateContext.Selected Property

Specifies whether the corresponding row is selected.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public bool Selected { get; set; }

Property Value

TypeDescription
Boolean

true if the row is selected; otherwise, false.

|

Remarks

Refer to the DxTreeListSelectionColumn.CellDisplayTemplate property description for additional information and an example.

See Also

TreeListSelectionColumnCellDisplayTemplateContext Class

TreeListSelectionColumnCellDisplayTemplateContext Members

DevExpress.Blazor Namespace