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

ASPxGridView.SettingsEditing Property

Provides access to the ASPxGridView‘s editing settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public ASPxGridViewEditingSettings SettingsEditing { get; }

Property Value

Type Description
ASPxGridViewEditingSettings

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

See Also