Back to Devexpress

TreeListDataColumnCellDisplayTemplateContext Class

blazor-devexpress-dot-blazor-6095b0a8.md

latest1.6 KB
Original Source

TreeListDataColumnCellDisplayTemplateContext Class

Stores information about a data column cell in the TreeList and is passed as the context parameter to the DxTreeList.DataColumnCellDisplayTemplate and DxTreeListDataColumn.CellDisplayTemplate.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public class TreeListDataColumnCellDisplayTemplateContext :
    GridDataColumnCellDisplayTemplateContextBase

Remarks

Refer to the DxTreeList.DataColumnCellDisplayTemplate and DxTreeListDataColumn.CellDisplayTemplate property descriptions for additional information and examples.

Inheritance

Object DevExpress.Blazor.Grid.Internal.GridTemplateContextBase DevExpress.Blazor.Grid.Internal.GridColumnCellDisplayTemplateContextBase DevExpress.Blazor.Grid.Internal.GridDataColumnCellDisplayTemplateContextBase TreeListDataColumnCellDisplayTemplateContext

See Also

TreeListDataColumnCellDisplayTemplateContext Members

DevExpress.Blazor Namespace