Skip to main content

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.v23.2.dll

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

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
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.

See Also