LayoutControl.ItemLabelsAlignment Property
Gets the alignment of child LayoutItems’ content regions.
Namespace: DevExpress.Xpf.LayoutControl
Assembly: DevExpress.Xpf.LayoutControl.v24.2.dll
NuGet Package: DevExpress.Wpf.LayoutControl
#Declaration
public override LayoutItemLabelsAlignment ItemLabelsAlignment { get; set; }
#Property Value
Type | Description |
---|---|
Layout |
The Layout |
Available values:
Name | Description |
---|---|
Default | Content regions of Layout |
Local | Content regions of Layout |
#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.