EditPanelRowMajorOrder

Top  Previous  Next

Gets or sets a boolean flag indicating whether all controls in edit panel are populated in row- or column- major order if EditMode property is EditPanel, EditPanelAndShowRow, or PopupEditWindow for the grid in edit mode.

[Visual Basic .NET]

Public Property EditPanelRowMajorOrder As Boolean

[C#]

public bool EditPanelRowMajorOrder {get; set;}

 

Remarks

The default value is FALSE, and a screenshot is listed below.

EditPanel_ColumnMajor

 

 

It it is TRUE, all controls are populated in row-major order.

EditPanel_RowMajor