TextAlignModeGroup Enum
Enumerates the options that specify how the controls, displayed within a specific layout group, are aligned and the corresponding text regions are resized.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Members
Name | Description |
---|---|
Use
|
Alignment settings are determined by the group’s parent. The Options For the root group, its parent is the Layout |
Align
|
Controls displayed within the current group are equally aligned independent of other groups. |
Auto
|
The auto-size feature is applied to the layout items of the current group. The text regions of the layout items are automatically resized to the minimum width that allows the text to be displayed in its entirety. |
Custom
|
Enables custom size mode, in which the size of the text regions of the group’s layout items must be specified manually via the Base |
Align
|
Controls displayed within the current and nested groups are equally aligned independent of other groups. |
#Related API Members
The following properties accept/return TextAlignModeGroup values:
Library | Related API Members |
---|---|
Win |
Options |
XAF: Cross-Platform .NET App UI & Web API | IModel |
IModel |
#Remarks
The TextAlignModeGroup options can be accessed via the OptionsItemTextGroup.TextAlignMode property.