Skip to main content
All docs
V24.1

DxTreeListSelectionColumn.CellDisplayTemplate Property

Specifies a template for selection column cells.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

[Parameter]
public RenderFragment<TreeListSelectionColumnCellDisplayTemplateContext> CellDisplayTemplate { get; set; }

Property Value

Type Description
RenderFragment<TreeListSelectionColumnCellDisplayTemplateContext>

The selection column’s cell template.

Implements

See Also