Back to Devexpress

ASPxGridViewCommandButtonSettings Class

aspnet-devexpress-dot-web-1e8c34f9.md

latest2.4 KB
Original Source

ASPxGridViewCommandButtonSettings 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 ASPxGridViewCommandButtonSettings :
    ASPxGridCommandButtonSettings
vb
Public Class ASPxGridViewCommandButtonSettings
    Inherits ASPxGridCommandButtonSettings

The following members return ASPxGridViewCommandButtonSettings objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxGridView.SettingsCommandButton
GridViewProperties.SettingsCommandButton
ASP.NET MVC ExtensionsGridViewSettings.SettingsCommandButton
MVCxGridViewProperties.SettingsCommandButton

Remarks

An object of the ASPxGridViewCommandButtonSettings type can be accessed via the ASPxGridView.SettingsCommandButton property.

Implements

IStateManager

Inheritance

Object StateManager PropertiesBase ASPxGridSettingsBase ASPxGridCommandButtonSettings ASPxGridViewCommandButtonSettings BootstrapGridViewCommandButtonsSettings

See Also

ASPxGridViewCommandButtonSettings Members

DevExpress.Web Namespace