FormatConditionIconSet.ToString() Method
Returns the text representation of the current icon set.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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