ITreeListCommandColumn.CellDisplayTemplate Property
Specifies a template used to display command column cells in display mode.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
Declaration
RenderFragment<TreeListCommandColumnCellDisplayTemplateContext> CellDisplayTemplate { get; set; }
Property Value
Type | Description |
---|---|
RenderFragment<TreeListCommandColumnCellDisplayTemplateContext> | A template for command column cells in display mode. |
Remarks
Refer to the CellDisplayTemplate property description for more information and an example.
See Also