EditPanelControlWidth

Top  Previous  Next

Gets or sets the width in pixels of edit controls in edit panel if EditMode property is EditPanel, EditPanelAndShowRow, or PopupEditWindow for the grid in edit mode.

[Visual Basic .NET]

Public Property EditPanelControlWidth As Integer

[C#]

public int EditPanelControlWidth {get; set;}

 

Remarks

The default value is 120 and a valid value should be between 50 and 500. A screenshot is listed below.

EditPanel_ControlWidth