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

VerticalGridSettings.SettingsCommandButton Property

Provides access to the settings of the VerticalGrid’s command buttons.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public ASPxVerticalGridCommandButtonSettings SettingsCommandButton { get; }

Property Value

Type Description
ASPxVerticalGridCommandButtonSettings

A ASPxVerticalGridCommandButtonSettings object containing the settings of the VerticalGrid’s command buttons.

Remarks

Use the SettingsCommandButton property to get the access to the individual command button settings. Refer to the Command Row to learn more about configuring the command buttons.

See Also