Back to Devexpress

FormatRuleCollection<T, TColumnType>.AddRule(FormatRuleBase) Method

windowsforms-devexpress-dot-xtraeditors-dot-formatrulecollection-2-dot-addrule-x28-devexpress-dot-xtraeditors-dot-formatrulebase-x29.md

latest1.2 KB
Original Source

FormatRuleCollection<T, TColumnType>.AddRule(FormatRuleBase) Method

Adds a rule to the collection.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public void AddRule(
    FormatRuleBase rule
)
vb
Public Sub AddRule(
    rule As FormatRuleBase
)

Parameters

NameTypeDescription
ruleFormatRuleBase

The rule that should be added to the collection.

|

See Also

FormatRuleCollection<T, TColumnType> Class

FormatRuleCollection<T, TColumnType> Members

DevExpress.XtraEditors Namespace