GridOptionsDetail.SmartDetailExpand Property
In This Article
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.v24.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 Smart |
---|---|
Grid |
|
#Remarks
This property needs to be applied to a master View.
See Also