Skip to main content
A newer version of this page is available. .

BootstrapGridViewButtonEditColumn.PropertiesButtonEdit Property

Gets the column editor’s settings.

Namespace: DevExpress.Web.Bootstrap

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

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