A newer version of this page is available.
Switch to the current version.
FormatConditionRuleIconSet.IconSet Property
Gets or sets an icon set.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v19.2.dll
Declaration
[DefaultValue(null)]
[DXCategory("Behavior")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, true)]
public FormatConditionIconSet IconSet { get; set; }
<DefaultValue(Nothing)>
<DXCategory("Behavior")>
<XtraSerializableProperty(XtraSerializationVisibility.Content, True)>
Public Property IconSet As FormatConditionIconSet
Property Value
Type | Default | Description |
---|---|---|
FormatConditionIconSet | null |
A value that specifies an icon set. |
Remarks
An icon set allows you to classify column values into several ranges separated by threshold values and display a specific icon for each range. See FormatConditionIconSet to learn more.
See Also
Feedback