BootstrapGridView.SettingsEditing Property
Provides access to the BootstrapGridView‘s editing settings.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapGridViewEditingSettings SettingsEditing { get; }
Property Value
Type | Description |
---|---|
BootstrapGridViewEditingSettings | An BootstrapGridViewEditingSettings object that contains the Grid View’s editing settings. |
See Also