Skip to main content
All docs
V18.2

FormatConditionIconSetIcon.GetIcon() Method

Returns the actual icon displayed by the current FormatConditionIconSetIcon object.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public Image GetIcon()

Returns

Type Description
Image

The current icon.

Remarks

See the FormatConditionIconSetIcon.Icon property for more details.

See Also