Back to Devexpress

LayoutItem.ActualLabel Property

wpf-devexpress-dot-xpf-dot-layoutcontrol-dot-layoutitem-b5352554.md

latest1.5 KB
Original Source

LayoutItem.ActualLabel Property

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

Namespace : DevExpress.Xpf.LayoutControl

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

NuGet Package : DevExpress.Wpf.LayoutControl

Declaration

csharp
public object ActualLabel { get; }
vb
Public ReadOnly Property ActualLabel As Object

Property Value

TypeDescription
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

AddColonToItemLabels

AddColonToLabel

LayoutItem Class

LayoutItem Members

DevExpress.Xpf.LayoutControl Namespace