GridOptionsHint() Constructor
Creates a new instance of the GridOptionsHint class.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Remarks
This constructor is called automatically when a GridView object or its descendant initializes its GridView.OptionsHint property. Usually, you will have no need to use this constructor in applications.
See Also