HeadersAlignment Enum
Contains values that specify how LayoutItem headers are aligned within a specific LayoutGroup.
Namespace: DevExpress.UI.Xaml.Layout
Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Members
Name | Description |
---|---|
Default
|
The headers of layout items within the specified group are resized according to the parent group’s LayoutGroupBase.ItemHeadersAlignment setting. |
Local
|
The headers of layout items within the specified group have the same width, matching the maximum header width. This ensures that the content portions of LayoutItems are equally aligned. Layout items in nested groups are also taken into account if these groups have their header alignment set to Default. |
None
|
The headers of layout items within the specified group are independently resized to the minimum width that allows the text to be displayed in its entirety. |
Related API Members
The following properties accept/return HeadersAlignment values:
Remarks
Use the LayoutGroupBase.ItemHeadersAlignment property to control how LayoutItem headers are aligned within a specific LayoutGroup.