Skip to main content

EditorContainer.Text Property

Gets or sets the control’s text.

Namespace: DevExpress.XtraEditors.Container

Assembly: DevExpress.XtraEditors.v23.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