Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

#Embedded

The following features are not supported in Embedded detail mode.

See Also