Skip to main content

MVCxTreeListCommandColumn.VisibleIndex Property

Gets or sets the column’s position among the visible columns within a TreeList.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public override int VisibleIndex { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the column’s position among the visible columns.

Remarks

If the VisibleIndex property is set to -1, the column is hidden. The column’s MVCxTreeListCommandColumn.Visible property is automatically set to false, since these property values are synchronized.

When adding columns in code, specify its position among the visible columns after the column has been added to the collection.

See Also