Skip to main content
Tab

ASPxGridView.SettingsEditing Property

Provides access to the ASPxGridView‘s editing settings.

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