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

ASPxGridViewDetailSettings.ShowDetailButtons Property

Gets or sets whether detail buttons are displayed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.1.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public bool ShowDetailButtons { get; set; }

Property Value

Type Default Description
Boolean true

true to display detail buttons within data (master) rows; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowDetailButtons
ASP.NET Controls and MVC Extensions ASPxGridView
.SettingsDetail .ShowDetailButtons
GridViewProperties
.SettingsDetail .ShowDetailButtons
GridViewSettings
.SettingsDetail .ShowDetailButtons
GridViewSettings<RowType>
.SettingsDetail .ShowDetailButtons
MVCxGridView
.SettingsDetail .ShowDetailButtons
MVCxGridViewProperties
.SettingsDetail .ShowDetailButtons
ASP.NET Bootstrap Controls BootstrapGridView
.SettingsDetail .ShowDetailButtons

Remarks

Detail buttons can be displayed if the ASPxGridViewDetailSettings.ShowDetailRow option is enabled.

See Also