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

MVCxGridViewProperties.SettingsCommandButton Property

Manipulates the built-in GridView’s GridViewSettings.SettingsCommandButton property.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public ASPxGridViewCommandButtonSettings SettingsCommandButton { get; }

Property Value

Type Description
ASPxGridViewCommandButtonSettings

A ASPxGridViewCommandButtonSettings object containing the settings for the GridView’s command buttons.

See Also