windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridoptionsdetail-2af0dd4e.md
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
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the OptionsDetail.SmartDetailExpandButtonMode property instead.")]
public virtual bool SmartDetailExpandButton { get; set; }
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<Obsolete("Use the OptionsDetail.SmartDetailExpandButtonMode property instead.")>
Public Overridable Property SmartDetailExpandButton As Boolean
| Type | Description |
|---|---|
| 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.
|
You can access this nested property as listed below:
| Object Type | Path to SmartDetailExpandButton |
|---|---|
| GridView |
.OptionsDetail .SmartDetailExpandButton
|
This option is obsolete. Use the GridOptionsDetail.SmartDetailExpandButtonMode property instead.
See Also