PGridCustomEditorRow.EditorAlignment Property
Gets or sets whether the editor is aligned at the left, right, center, or stretched.
Namespace: DevExpress.XtraVerticalGrid.Rows
Assembly: DevExpress.XtraVerticalGrid.v20.2.dll
Declaration
[DefaultValue(EditorAlignment.Default)]
[XtraSerializableProperty]
[DXCategory("Customization")]
public EditorAlignment EditorAlignment { get; set; }
<DefaultValue(EditorAlignment.Default)>
<XtraSerializableProperty>
<DXCategory("Customization")>
Public Property EditorAlignment As EditorAlignment
Property Value
Type | Default | Description |
---|---|---|
EditorAlignment | Default |
A value that specifies how the editor is aligned in the row. |
See Also
Feedback