IListEditorColumn.CellDisplayTemplate Property
Specifies a template for rendering cells within the column.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
[DefaultValue(null)]
RenderFragment<ListBoxColumnCellDisplayTemplateContext> CellDisplayTemplate { get; set; }
Property Value
Type | Default | Description |
---|---|---|
RenderFragment<ListBoxColumnCellDisplayTemplateContext> | null | A cell template. |
Remarks
Refer to the CellDisplayTemplate property description for more information and examples.
See Also