Skip to main content
All docs
V26.1
  • TreeListCommandColumnFilterRowCellTemplateContext.CommandColumn Property

    Returns the command column to which the filter row cell belongs.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.Grid.v26.1.dll

    Declaration

    public ITreeListCommandColumn CommandColumn { get; }

    Property Value

    Type Description
    ITreeListCommandColumn

    The command column.

    Remarks

    Refer to the DxTreeListCommandColumn.FilterRowCellTemplate property description for additional information and an example.

    See Also