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

FormatConditionIconSet.ToString() Method

Returns the text representation of the current icon set.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public override string ToString()

Returns

Type Description
String

A value that specify the text representation of the current icon set.

Remarks

The ToString method returns a string that includes the FormatConditionIconSet.CategoryName and FormatConditionIconSet.Name property values.

See Also