Skip to main content

BootstrapGridViewButtonEditColumn Class

Represents a data column with the button editor.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public class BootstrapGridViewButtonEditColumn :
    BootstrapGridViewEditDataColumn

Remarks

BootstrapGridViewButtonEditColumn objects represent data columns whose values are edited using the button editor. The column editor’s settings can be accessed and customized using the BootstrapGridViewButtonEditColumn.PropertiesButtonEdit property.

To learn more, see Data Columns.

See Also