windowsforms-devexpress-dot-xtraeditors-dot-formatrulecollection-2.md
A collection of objects that specify rules used to apply conditional formatting in data-aware controls.
Namespace : DevExpress.XtraEditors
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[ListBindable(false)]
public abstract class FormatRuleCollection<T, TColumnType> :
DXCollectionBase<T>,
ISupportConditionalFilterItems,
IFormatRuleCollection,
ISupportConditionalFilterImages
where T : FormatRuleBase, new()
<ListBindable(False)>
Public MustInherit Class FormatRuleCollection(Of T As {FormatRuleBase, New}, TColumnType)
Inherits DXCollectionBase(Of T)
Implements ISupportConditionalFilterItems,
IFormatRuleCollection,
ISupportConditionalFilterImages
| Name | Description |
|---|---|
| T |
An object that specifies a format rule.
| | TColumnType |
An object that specifies the column (row in a vertical grid) that contains values to be formatted.
|
Object DXCollectionBase<T> FormatRuleCollection<T, TColumnType> GridFormatRuleCollection
See Also