ASPxGridViewDetailSettings.ShowDetailButtons Property
In This Article
Gets or sets whether detail buttons are displayed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.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 Show |
---|---|
ASPx |
|
Grid |
|
#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