BootstrapGridViewCommandColumnCustomButton Class
Represents a custom command button.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
public class BootstrapGridViewCommandColumnCustomButton :
GridViewCommandColumnCustomButton
Related API Members
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