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