Back to Devexpress

ColumnBase.EditFormVisibleIndex Property

wpf-devexpress-dot-xpf-dot-grid-dot-columnbase-e174064c.md

latest2.0 KB
Original Source

ColumnBase.EditFormVisibleIndex Property

Gets or sets the editor’s position among the visible editors in the edit form. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public int EditFormVisibleIndex { get; set; }
vb
Public Property EditFormVisibleIndex As Integer

Property Value

TypeDescription
Int32

An integer value that is the zero-based index of the editor associated with the current column. The default is 0.

|

Remarks

Use the EditFormVisibleIndex property to control the display order of the editors nested in the edit form. The following table describes the effect of the EditFormVisibleIndex property.

|

ColumnBase.EditFormVisibleIndex

property value

|

Position of the corresponding editor in the edit form

| | --- | --- | |

0 (default)

|

The editor’s position in the edit form is determined based on the corresponding column’s BaseColumn.VisibleIndex property value.

| |

Non-default (greater that 0 )

|

The editor’s position in the edit form is determined by the ColumnBase.EditFormVisibleIndex property value.

|

See Also

ColumnBase Class

ColumnBase Members

DevExpress.Xpf.Grid Namespace