Skip to main content
A newer version of this page is available. .

TreeListOptionsColumnEditForm.VisibleIndex Property

Gets or sets the editor’s position number in the layout. If set to 0, the editor is displayed according to its position number in the tree list.

Namespace: DevExpress.XtraTreeList.Columns

Assembly: DevExpress.XtraTreeList.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.TreeList

Declaration

[DefaultValue(0)]
[XtraSerializableProperty]
public virtual int VisibleIndex { get; set; }

Property Value

Type Default Description
Int32 0

An integer value that specifies the editor’s position number in the layout.

Property Paths

You can access this nested property as listed below:

Object Type Path to VisibleIndex
TreeListColumn
.OptionsEditForm .VisibleIndex

Remarks

Editors with the VisibleIndex property set to 0 are displayed in the Edit Form according to their VisibleIndex setting in the tree list. Editors with a position number not equal to 0 are displayed according to the specified position before and after editors with the position number set to 0.

See Also