Skip to main content

BootstrapGridViewCommandColumn.CustomButtons Property

Gets the collection of custom buttons.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(null)]
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapGridViewCommandColumnCustomButtonCollection CustomButtons { get; }

Property Value

Type Default Description
BootstrapGridViewCommandColumnCustomButtonCollection null

A BootstrapGridViewCommandColumnCustomButtonCollection object which represents the collection of custom buttons.

Remarks

Command columns can display custom buttons. To process a custom button click, handle the ASPxClientGridView.CustomButtonClick client event.

Note

View the Demo To see this feature in action, please refer to the following online demo: Command Column.

See Also