Back to Devexpress

SimpleLabelItem Class

windowsforms-devexpress-dot-xtralayout-163f027c.md

latest2.0 KB
Original Source

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.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class SimpleLabelItem :
    EmptySpaceItem
vb
Public Class SimpleLabelItem
    Inherits 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

Object MarshalByRefObject Component DevExpress.XtraLayout.SupportVisitor BaseLayoutItem LayoutItem LayoutControlItem EmptySpaceItem SimpleLabelItem

See Also

SimpleLabelItem Members

Labels

DevExpress.XtraLayout Namespace