Skip to main content

BootstrapGridViewButtonEditColumn.PropertiesButtonEdit Property

Gets the column editor’s settings.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapButtonEditProperties PropertiesButtonEdit { get; }

Property Value

Type Description
BootstrapButtonEditProperties

A BootstrapButtonEditProperties object.

Remarks

The PropertiesButtonEdit property allows you to customize the settings of the column’s editor with embedded buttons.

See Also