Back to Devexpress

VerticalGridSettings.SettingsCommandButton Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-verticalgridsettings-57330463.md

latest1.6 KB
Original Source

VerticalGridSettings.SettingsCommandButton Property

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

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public ASPxVerticalGridCommandButtonSettings SettingsCommandButton { get; }
vb
Public ReadOnly Property SettingsCommandButton As ASPxVerticalGridCommandButtonSettings

Property Value

TypeDescription
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

VerticalGridSettings Class

VerticalGridSettings Members

DevExpress.Web.Mvc Namespace