FormatRuleCollection<T, TColumnType>.Add(TColumnType, FormatConditionRuleBase) Method
In This Article
Applies a format based on the specified condition and associates it with the specified column (row in a vertical grid).
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public T Add(
TColumnType column,
FormatConditionRuleBase rule
)
#Parameters
Name | Type | Description |
---|---|---|
column | TColumn |
A {TColumn |
rule | Format |
A Format |
#Returns
Type | Description |
---|---|
T | A {T} object that specifies a format. |
See Also