Back to Devexpress

GridSelectionColumnCellDisplayTemplateContext.Selected Property

blazor-devexpress-dot-blazor-dot-gridselectioncolumncelldisplaytemplatecontext-dbb085b1.md

latest1.1 KB
Original Source

GridSelectionColumnCellDisplayTemplateContext.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 DxGridSelectionColumn.CellDisplayTemplate property description for additional information and an example.

See Also

GridSelectionColumnCellDisplayTemplateContext Class

GridSelectionColumnCellDisplayTemplateContext Members

DevExpress.Blazor Namespace