Skip to main content
All docs
V25.1
  • ITreeListColumn.VisibleIndex Property

    Specifies a column’s position among other columns.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    [DefaultValue(-1)]
    int VisibleIndex { get; set; }

    Property Value

    Type Default Description
    Int32 -1

    The column’s visible index.

    Remarks

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

    See Also