Skip to main content
A newer version of this page is available. .

OptionsItemText.EnableAutoAlignment Property

OBSOLETE

use TextAlignMode instead

Gets or sets whether the automatic alignment of controls is enabled.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.1.dll

Declaration

[DefaultValue(true)]
[Browsable(false)]
[Obsolete("use TextAlignMode instead")]
public bool EnableAutoAlignment { get; set; }

Property Value

Type Default
Boolean **true**

Property Paths

You can access this nested property as listed below:

Object Type Path to EnableAutoAlignment
DataLayoutControl
.OptionsItemText.EnableAutoAlignment
LayoutControl
.OptionsItemText.EnableAutoAlignment

Remarks

This property is obsolete. Use the OptionsItemText.TextAlignMode property instead.

See Also