Skip to main content

ImageComboBoxEdit.Text Property

Gets or sets the text displayed in the edit box.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
String

The string displayed in the edit box.

Remarks

This property overrides the base class property to hide it in a visual designer. As a result the Text property isn’t displayed in the Properties window.

See Also