ASPxGridViewDetailSettings.ShowDetailButtons Property
Gets or sets whether detail buttons are displayed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Property Paths
You can access this nested property as listed below:
Object Type | Path to ShowDetailButtons |
---|---|
ASPxGridView |
|
GridViewProperties |
|
Remarks
Detail buttons can be displayed if the ASPxGridViewDetailSettings.ShowDetailRow option is enabled.
<dx:ASPxGridView ID="Grud" runat="server" ...>
<!-- ... -->
<SettingsDetail ShowDetailRow="true" ShowDetailButtons="false" />
</dx:ASPxGridView>
See Also