EditPanelLeftLabelAlignment

Top  Previous  Next

Gets or sets a boolean flag indicating whether the labels should be left aligned or not if EditMode property is EditPanel, EditPanelAndShowRow, or PopupEditWindow for the grid in edit mode.

[Visual Basic .NET]

Public Property EditPanelLeftLabelAlignment As Boolean

[C#]

public bool EditPanelLeftLabelAlignment {get; set;}

 

Remarks

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

EditPanel_LeftLabels

 

 

If it is FALSE, all labels are right aligned.

EditPanel_RightLabels