Skip to main content
All docs
V25.1
  • SimpleLabelItem Class

    An area in the LayoutControl that contains a label, but does not contain an embedded control.

    Namespace: DevExpress.XtraLayout

    Assembly: DevExpress.XtraLayout.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public class SimpleLabelItem :
        EmptySpaceItem

    Remarks

    The SimpleLabelItem is an area in the LayoutControl that does not contain an editor or any other embedded control, but allows you to display a label. See the following topic for more information: Labels.

    Inheritance

    See Also