Back to Devexpress

StaticTextViewItem.Label Property

expressappframework-devexpress-dot-expressapp-dot-win-dot-editors-dot-statictextviewitem.md

latest1.4 KB
Original Source

StaticTextViewItem.Label Property

Gets the StaticTextViewItem‘s label control.

Namespace : DevExpress.ExpressApp.Win.Editors

Assembly : DevExpress.ExpressApp.Win.v25.2.dll

NuGet Packages : DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design

Declaration

csharp
public LabelControl Label { get; }
vb
Public ReadOnly Property Label As LabelControl

Property Value

TypeDescription
LabelControl

A LabelControl control used to display the current VStatic Text View Item in a UI.

|

See Also

StaticTextViewItem Class

StaticTextViewItem Members

DevExpress.ExpressApp.Win.Editors Namespace