Skip to main content

StyleFormatConditionCollection(BaseView) Constructor

Creates a new StyleFormatConditionCollection object.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

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