Back to Devexpress

FormatRuleCollection<T, TColumnType> Class

windowsforms-devexpress-dot-xtraeditors-dot-formatrulecollection-2.md

latest2.1 KB
Original Source

FormatRuleCollection<T, TColumnType> Class

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

Declaration

csharp
[ListBindable(false)]
public abstract class FormatRuleCollection<T, TColumnType> :
    DXCollectionBase<T>,
    ISupportConditionalFilterItems,
    IFormatRuleCollection,
    ISupportConditionalFilterImages
    where T : FormatRuleBase, new()
vb
<ListBindable(False)>
Public MustInherit Class FormatRuleCollection(Of T As {FormatRuleBase, New}, TColumnType)
    Inherits DXCollectionBase(Of T)
    Implements ISupportConditionalFilterItems,
               IFormatRuleCollection,
               ISupportConditionalFilterImages

Type Parameters

NameDescription
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.

|

Inheritance

Object DXCollectionBase<T> FormatRuleCollection<T, TColumnType> GridFormatRuleCollection

PivotGridFormatRuleCollection

TreeListFormatRuleCollection

VGridFormatRuleCollection

See Also

FormatRuleCollection<T, TColumnType> Members

DevExpress.XtraEditors Namespace