Skip to main content

LayoutItem.LabelPosition Property

Gets or sets the position of the LayoutItem.Label relative to the LayoutItem.Content. This is a dependency property.

Namespace: DevExpress.Xpf.LayoutControl

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

#Declaration

public LayoutItemLabelPosition LabelPosition { get; set; }

#Property Value

Type Description
LayoutItemLabelPosition

A LayoutItemLabelPosition value that specifies the position of the label, relative to the item's content.

See Also