Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, 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