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

GridOptionsDetail.DetailMode Property

Gets or sets whether detail Views are painted in Classic mode (master and detail Views have their own vertical scrollbars) or Embedded mode (a single vertical scrollbar is used throughout the grid control).

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

[DefaultValue(DetailMode.Default)]
[XtraSerializableProperty]
public virtual DetailMode DetailMode { get; set; }

Property Value

Type Default Description
DevExpress.XtraGrid.Views.Grid.DetailMode **Default**

A value that specifies the current detail mode. The DetailMode.Default value is equivalent to Classic.

Property Paths

You can access this nested property as listed below:

Object Type Path to DetailMode
AdvBandedGridView
.OptionsDetail.DetailMode
BandedGridView
.OptionsDetail.DetailMode
GridView
.OptionsDetail.DetailMode

Remarks

The animations below demonstrate the Classic and Embedded modes.

Classic

Grid-DetailMode-Classic.gif

Embedded

Grid-DetailMode-Embedded.gif

The following features are not supported in Embedded detail mode.

The following code snippets (auto-collected from DevExpress Examples) contain references to the DetailMode property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also