Back to Devexpress

EditorContainer.Text Property

windowsforms-devexpress-dot-xtraeditors-dot-container-dot-editorcontainer-82cd5942.md

latest1.1 KB
Original Source

EditorContainer.Text Property

Gets or sets the control’s text.

Namespace : DevExpress.XtraEditors.Container

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public override string Text { get; set; }
vb
<Browsable(False)>
Public Overrides Property Text As String

Property Value

TypeDescription
String

A string which specifies the control’s text.

|

See Also

EditorContainer Class

EditorContainer Members

DevExpress.XtraEditors.Container Namespace