Skip to main content
A newer version of this page is available. .
All docs
V20.2

SimpleLabelItem Class

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

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v20.2.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