Skip to main content
Tab

ASPxVerticalGrid.SettingsCommandButton Property

Gets the settings of the ASPxVerticalGrid’s command buttons.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxVerticalGridCommandButtonSettings SettingsCommandButton { get; }

Property Value

Type Description
ASPxVerticalGridCommandButtonSettings

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

See Also