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

StyleFormatConditionCollection(BaseView) Constructor

Creates a new StyleFormatConditionCollection object.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public StyleFormatConditionCollection(
    BaseView view
)

Parameters

Name Type Description
view BaseView

A BaseView descendant that will own the new collection. This value is assigned to the StyleFormatConditionCollection.View property.

See Also