Back to Devexpress

FormatConditionRuleIconSet.IconSet Property

windowsforms-devexpress-dot-xtraeditors-dot-formatconditionruleiconset.md

latest1.6 KB
Original Source

FormatConditionRuleIconSet.IconSet Property

Gets or sets an icon set.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
[DXCategory("Behavior")]
[XtraSerializableProperty(XtraSerializationVisibility.Content, true)]
public FormatConditionIconSet IconSet { get; set; }
vb
<DefaultValue(Nothing)>
<DXCategory("Behavior")>
<XtraSerializableProperty(XtraSerializationVisibility.Content, True)>
Public Property IconSet As FormatConditionIconSet

Property Value

TypeDefaultDescription
FormatConditionIconSetnull

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

FormatConditionRuleIconSet Class

FormatConditionRuleIconSet Members

DevExpress.XtraEditors Namespace