Skip to main content
A newer version of this page is available. .

StyleFormatConditionCollection.AddRange(StyleFormatCondition[]) Method

Adds an array of style condition objects.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public void AddRange(
    StyleFormatCondition[] conditions
)

Parameters

Name Type Description
conditions StyleFormatCondition[]

An array of StyleFormatCondition objects to be added to the collection.

See Also