LabelItem Class
A label that displays custom text.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
Remarks
LabelItem is a label, similar to the default Microsoft Visual Studio Label control. To add a Label Item in code, place a new instance of the LabelItem class into the DockLayoutManager.Items collection.
Inheritance
Object
DispatcherObject
DependencyObject
Visual
UIElement
FrameworkElement
Control
DevExpress.Xpf.Docking.psvFrameworkElement
BaseLayoutItem
FixedItem
LabelItem
See Also