Skip to main content
All docs
V25.1
  • ITreeList.DataColumnCellEditTemplate Property

    Allows you to replace automatically generated editors with custom content in all edit cells displayed for data columns.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    RenderFragment<TreeListDataColumnCellEditTemplateContext> DataColumnCellEditTemplate { get; set; }

    Property Value

    Type Description
    RenderFragment<TreeListDataColumnCellEditTemplateContext>

    The common template for data column edit cells.

    Remarks

    Refer to the DataColumnCellEditTemplate property description for more information and an example.

    See Also