FormatRuleCollection<T, TColumnType>.AddIconSetRule(TColumnType, FormatConditionIconSet) Method
Applies a format that displays icons in cells.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
column | TColumnType | A {TColumnType} object that specifies a column (row in a vertical grid) to which the format should be applied. |
iconSet | FormatConditionIconSet | The icons. This value is assigned to the IconSet property. |
Returns
Type | Description |
---|---|
T | A {T} object that specifies a format. |
See Also