Skip to main content
All docs
V25.1
  • TreeListColumnHeaderCaptionTemplateContext.Caption Property

    Returns the column header’s caption.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    public string Caption { get; }

    Property Value

    Type Description
    String

    The caption.

    Remarks

    Refer to the DxTreeList.ColumnHeaderCaptionTemplate and DxTreeListColumn.HeaderCaptionTemplate descriptions for more information and examples.

    See Also