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).
public virtual DetailMode DetailMode { get; set; }
Overridable Public Property DetailMode As DetailMode
The animations below demonstrate the Classic and Embedded modes.
Classic
Embedded
The following features are not supported in Embedded detail mode.
The LayoutView, TileView and WinExplorerView cannot be used as detail Views.
Only the following Views are supported as detail Views: GridView, BandedGridView, AdvBandedGridView and CardView.