Skip to main content
A newer version of this page is available. .

EditorContainer.Text Property

Gets or sets the control’s text.

Namespace: DevExpress.XtraEditors.Container

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public override string Text { get; set; }

Property Value

Type Description
String

A string which specifies the control’s text.

See Also