StyleFormatConditionCollection.Add(StyleFormatCondition) Method
Adds a style condition object to the end of the collection.
Namespace: DevExpress.XtraGrid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
condition | StyleFormatCondition | A StyleFormatCondition object to be added to the collection. |
See Also