StyleFormatConditionCollection(BaseView) Constructor
Creates a new StyleFormatConditionCollection object.
Namespace: DevExpress.XtraGrid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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