Back to Devexpress

LayoutItemLabelsAlignment Enum

wpf-devexpress-dot-xpf-dot-layoutcontrol-ca3cb839.md

latest2.2 KB
Original Source

LayoutItemLabelsAlignment Enum

Contains values that specify how content regions of LayoutItems are aligned within a LayoutControl object.

Namespace : DevExpress.Xpf.LayoutControl

Assembly : DevExpress.Xpf.LayoutControl.v25.2.dll

NuGet Package : DevExpress.Wpf.LayoutControl

Declaration

csharp
public enum LayoutItemLabelsAlignment
vb
Public Enum LayoutItemLabelsAlignment

Members

NameDescription
Default

Content regions of LayoutItems in the current group are aligned taking into account the labels of LayoutItems in other groups (Groups that have the ItemLabelsAlignment property set to Local are not taken into account).

| | Local |

Content regions of LayoutItems in the current group are aligned locally, taking into account labels of nested groups, and disregarding labels in other groups.

|

The following properties accept/return LayoutItemLabelsAlignment values:

Remarks

Use the LayoutGroup.ItemLabelsAlignment property to customize the alignment of content regions in individual LayoutGroups. See Aligning contents of LayoutItems to learn more.

See Also

ItemLabelsAlignment

Aligning contents of LayoutItems

DevExpress.Xpf.LayoutControl Namespace