BaseViewAppearanceCollection(BaseView) Constructor
Initializes a new instance of the BaseViewAppearanceCollection class.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
view | BaseView | A BaseView descendant representing the View that will own the created collection. |
Remarks
The constructor is called automatically when a BaseView descendant initializes its Appearance property.
See Also