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

BootstrapGridViewCommandButtonsSettings Class

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

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v20.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public class BootstrapGridViewCommandButtonsSettings :
    ASPxGridViewCommandButtonSettings

The following members return BootstrapGridViewCommandButtonsSettings objects:

Remarks

An object of the BootstrapGridViewCommandButtonsSettings type can be accessed via the BootstrapGridView.SettingsCommandButton property.

See Also