BaseView() Constructor
In This Article
Creates a new instance of the BaseView class.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
#Remarks
You should not call this constructor directly. The constructor is called by derived classes to perform common initialization.
See Also