EditMode

Top  Previous  Next

Gets or sets the edit mode option for the grid in edit mode.

[Visual Basic .NET]

Public Property EditMode As enumEditMode

[C#]

public enumEditMode EditMode {get; set;}

 

Remarks

The default value is InRow with the value of 1. Currently, the grid doesn't support EditPanel or EditPanelAndShowRow for non-rectangle layout.