Skip to main content
Tab

GridViewProperties.SettingsEditing Property

Manipulates the built-in ASPxGridView’s ASPxGridView.SettingsEditing property.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public ASPxGridViewEditingSettings SettingsEditing { get; }

#Property Value

Type Description
ASPxGridViewEditingSettings

An ASPxGridViewEditingSettings object that contains the Grid View’s editing settings.

See Also