Skip to main content

LayoutGroup.ItemLabelsAlignment Property

Gets or sets how content regions of LayoutItems are aligned, according to their labels. This is a dependency property.

Namespace: DevExpress.Xpf.LayoutControl

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

#Declaration

public virtual LayoutItemLabelsAlignment ItemLabelsAlignment { get; set; }

#Property Value

Type Description
LayoutItemLabelsAlignment

A LayoutItemLabelsAlignment value that specifies how content regions of LayoutItems are aligned.

#Remarks

See Aligning contents of LayoutItems to learn more.

See Also