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

BootstrapCardView.SettingsEditing Property

Provides access to the Card View’s editing settings.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapCardViewEditingSettings SettingsEditing { get; }

Property Value

Type Description
BootstrapCardViewEditingSettings

An BootstrapCardViewEditingSettings object that contains the Card View’s editing settings.

See Also