LayoutItem.ActualLabel Property
Gets the layout item’s actual label. This is a dependency property.
Namespace: DevExpress.Xpf.LayoutControl
Assembly: DevExpress.Xpf.LayoutControl.v24.1.dll
NuGet Package: DevExpress.Wpf.LayoutControl
Declaration
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