Back to Devexpress

ASPxVerticalGridCommandButtonSettings Class

aspnet-devexpress-dot-web-0940f179.md

latest2.1 KB
Original Source

ASPxVerticalGridCommandButtonSettings Class

Provide access to properties that allow customizing settings of grid command buttons.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ASPxVerticalGridCommandButtonSettings :
    ASPxGridCommandButtonSettings
vb
Public Class ASPxVerticalGridCommandButtonSettings
    Inherits ASPxGridCommandButtonSettings

The following members return ASPxVerticalGridCommandButtonSettings objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxVerticalGrid.SettingsCommandButton
ASP.NET MVC ExtensionsVerticalGridSettings.SettingsCommandButton

Remarks

An object of the ASPxVerticalGridCommandButtonSettings type can be accessed using the ASPxVerticalGrid.SettingsCommandButton property.

Implements

IStateManager

Inheritance

Object StateManager PropertiesBase ASPxGridSettingsBase ASPxGridCommandButtonSettings ASPxVerticalGridCommandButtonSettings

See Also

ASPxVerticalGridCommandButtonSettings Members

DevExpress.Web Namespace