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

ImageComboBoxItem.ToString() Method

Returns the textual representation of the item.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public override string ToString()

Returns

Type Description
String

The string representing the current item.

Remarks

The method returns the string representing the current item. ToString returns the value of the ImageComboBoxItem.Description property if it specifies a non-empty string. Otherwise, the method returns the fully qualified name of the object.

The method is overridden for design-time purposes and called internally.

See Also