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

GridOptionsDetail.SmartDetailExpand Property

Gets or sets a value specifying whether the current master View is automatically scrolled when one of its detail Views at the first level is expanded, so all rows in that detail View will be displayed. This functionality is supported only when expanding first level detail Views.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool SmartDetailExpand { get; set; }

Property Value

Type Default Description
Boolean **true**

true if a View is automatically scrolled when one of its detail Views is expanded; otherwise, false.

Property Paths

You can access this nested property as listed below:

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

Remarks

This property needs to be applied to a master View.

See Also