Skip to main content
A newer version of this page is available. .

LayoutItem.ActualLabel Property

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

Namespace: DevExpress.Xpf.LayoutControl

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.LayoutControl, DevExpress.Wpf.Layout

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