Back to Devexpress

GridOptionsDetail.SmartDetailExpand Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridoptionsdetail-33931942.md

latest2.0 KB
Original Source

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

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

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool SmartDetailExpand { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property SmartDetailExpand As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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 TypePath to SmartDetailExpand
GridView

.OptionsDetail .SmartDetailExpand

|

Remarks

This property needs to be applied to a master View.

See Also

GridOptionsDetail Class

GridOptionsDetail Members

DevExpress.XtraGrid.Views.Grid Namespace