Skip to main content

LayoutItem.ActualLabel Property

Gets the layout item's actual label. This is a dependency property.

Namespace: DevExpress.Xpf.LayoutControl

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

#Declaration

public object ActualLabel { get; }

#Property Value

Type Description
Object

A string that specifies the layout item's actual label.

#Remarks

A layout item's actual display label may include the colon character at the end (see DataLayoutControl.AddColonToItemLabels and LayoutItem.AddColonToLabel).

See Also