ImageComboBoxEdit.Text Property
Gets or sets the text displayed in the edit box.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v19.1.dll
Declaration
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