OptionsItemText.EnableAutoAlignment Property
OBSOLETE
use TextAlignMode instead
Gets or sets whether the automatic alignment of controls is enabled.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.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 |
|
Remarks
This property is obsolete. Use the OptionsItemText.TextAlignMode property instead.
See Also