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

ASPxGridViewCommandButtonSettings Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

public class ASPxGridViewCommandButtonSettings :
    ASPxGridCommandButtonSettings

The following members return ASPxGridViewCommandButtonSettings objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxGridView.SettingsCommandButton
GridViewProperties.SettingsCommandButton
ASP.NET MVC Extensions GridViewSettings.SettingsCommandButton
MVCxGridViewProperties.SettingsCommandButton

Remarks

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

Implements

See Also