SimpleLabelItem Class
In This Article
An area in the LayoutControl that contains a label, but does not contain an embedded control.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.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
Object
MarshalByRefObject
Component
DevExpress.XtraLayout.SupportVisitor
BaseLayoutItem
LayoutItem
LayoutControlItem
EmptySpaceItem
SimpleLabelItem
See Also