Skip to main content
A newer version of this page is available. .

GridOptionsPrint() Constructor

Creates a new instance of the GridOptionsPrint class.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

public GridOptionsPrint()

Remarks

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

See Also