Back to Devexpress

LayoutControl.ItemLabelsAlignment Property

wpf-devexpress-dot-xpf-dot-layoutcontrol-dot-layoutcontrol-2712eb7b.md

latest2.3 KB
Original Source

LayoutControl.ItemLabelsAlignment Property

Gets the alignment of child LayoutItems’ content regions.

Namespace : DevExpress.Xpf.LayoutControl

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

NuGet Package : DevExpress.Wpf.LayoutControl

Declaration

csharp
public override LayoutItemLabelsAlignment ItemLabelsAlignment { get; set; }
vb
Public Overrides Property ItemLabelsAlignment As LayoutItemLabelsAlignment

Property Value

TypeDescription
LayoutItemLabelsAlignment

The LayoutItemLabelsAlignment.Local value.

|

Available values:

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.

|

Remarks

The ItemLabelsAlignment property cannot be changed for the LayoutControl object. You can change the alignment of content regions in individual groups via the LayoutControl.ItemLabelsAlignment property. See Aligning contents of LayoutItems to learn more.

See Also

ItemLabelsAlignment

Aligning contents of LayoutItems

LayoutControl Class

LayoutControl Members

DevExpress.Xpf.LayoutControl Namespace