Back to Devexpress

TreeListOptionsColumnEditForm.VisibleIndex Property

windowsforms-devexpress-dot-xtratreelist-dot-columns-dot-treelistoptionscolumneditform-eb00b02d.md

latest2.4 KB
Original Source

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

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

Declaration

csharp
[DefaultValue(0)]
[XtraSerializableProperty]
public virtual int VisibleIndex { get; set; }
vb
<DefaultValue(0)>
<XtraSerializableProperty>
Public Overridable Property VisibleIndex As Integer

Property Value

TypeDefaultDescription
Int320

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 TypePath 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

VisibleIndex

TreeListOptionsColumnEditForm Class

TreeListOptionsColumnEditForm Members

DevExpress.XtraTreeList.Columns Namespace