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

GridOptionsDetail() Constructor

Creates a new instance of the GridOptionsDetail class.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public GridOptionsDetail()

Remarks

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

See Also