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.v23.2.dll

NuGet Package: DevExpress.Wpf.LayoutControl

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