Back to Devexpress

GridOptionsDetail.SmartDetailExpandButton Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridoptionsdetail-2af0dd4e.md

latest2.5 KB
Original Source

GridOptionsDetail.SmartDetailExpandButton Property

OBSOLETE

Use the OptionsDetail.SmartDetailExpandButtonMode property instead.

Gets or sets whether master-detail expand buttons are displayed grayed out when their associated detail rows don’t contain any data.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the OptionsDetail.SmartDetailExpandButtonMode property instead.")]
public virtual bool SmartDetailExpandButton { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<Obsolete("Use the OptionsDetail.SmartDetailExpandButtonMode property instead.")>
Public Overridable Property SmartDetailExpandButton As Boolean

Property Value

TypeDescription
Boolean

true to display master-detail expand buttons as grayed out when their associated detail rows don’t contain any data; false to always display master-detail expand buttons in black.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to SmartDetailExpandButton
GridView

.OptionsDetail .SmartDetailExpandButton

|

Remarks

This option is obsolete. Use the GridOptionsDetail.SmartDetailExpandButtonMode property instead.

See Also

GridOptionsDetail Class

GridOptionsDetail Members

DevExpress.XtraGrid.Views.Grid Namespace