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

GridOptionsDetail Class

Provides detail customization options for Grid Views.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v17.2.dll

Declaration

public class GridOptionsDetail :
    ViewBaseOptions

The following members accept/return GridOptionsDetail objects:

Remarks

The GridOptionsDetail class provides a set of Boolean properties managing the View’s functionality when it serves as a master View. These properties specify whether the View allows you to expand details, how end-users can expand and switch between available detail clones , etc.

GridOptionsDetail class instances can be accessed via the GridView.OptionsDetail property of Grid Views, Banded Grid Views and Advanced Banded Grid Views.

See Also