Skip to main content

GridOptionsCustomization() Constructor

Creates a new instance of the GridOptionsCustomization class.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

public GridOptionsCustomization()

Remarks

This constructor is automatically called when a GridView object or its descendant initializes its GridView.OptionsCustomization property. Usually, you will have no need to use this constructor in applications.

See Also