Skip to main content

MVCxGridViewProperties.SettingsCommandButton Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public ASPxGridViewCommandButtonSettings SettingsCommandButton { get; }

Property Value

Type Description
ASPxGridViewCommandButtonSettings

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

See Also