Skip to main content

OptionsItemText.EnableAutoAlignment Property

OBSOLETE

use TextAlignMode instead

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

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DefaultValue(true)]
[EditorBrowsable(EditorBrowsableState.Never)]
[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
LayoutControl
.OptionsItemText .EnableAutoAlignment

Remarks

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

See Also