Skip to main content

LabelItem Class

A label that displays custom text.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v23.2.dll

NuGet Package: DevExpress.Wpf.Docking

Declaration

public class LabelItem :
    FixedItem

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

Show 11 items
See Also