StaticTextViewItem.Label Property
In This Article
Gets the StaticTextViewItem‘s label control.
Namespace: DevExpress.ExpressApp.Win.Editors
Assembly: DevExpress.ExpressApp.Win.v24.2.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
#Declaration
public LabelControl Label { get; }
#Property Value
Type | Description |
---|---|
Label |
A Label |
See Also