Back to Devexpress

BootstrapGridViewCommandColumnCustomButton Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-871ed882.md

latest2.6 KB
Original Source

BootstrapGridViewCommandColumnCustomButton Class

Represents a custom command button.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapGridViewCommandColumnCustomButton :
    GridViewCommandColumnCustomButton
vb
Public Class BootstrapGridViewCommandColumnCustomButton
    Inherits GridViewCommandColumnCustomButton

The following members return BootstrapGridViewCommandColumnCustomButton objects:

Remarks

Command columns can display custom buttons. These buttons are stored within a column’s BootstrapGridViewCommandColumn.CustomButtons collection.

Inheritance

Object StateManager CollectionItem GridCustomCommandButton GridViewCommandColumnCustomButton BootstrapGridViewCommandColumnCustomButton

See Also

BootstrapGridViewCommandColumnCustomButton Members

Grid View

Command Columns

DevExpress.Web.Bootstrap Namespace