Skip to main content
Tab

ASPxGridViewCommandButtonSettings Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.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