BootstrapGridViewButtonEditColumn.PropertiesButtonEdit Property
Gets the column editor’s settings.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.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