Skip to main content

BootstrapCardView.SettingsEditing Property

Provides access to the Card View’s editing settings.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

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