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

ASPxGridView.SettingsBehavior Property

Provides access to the GridView’s behavior settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxGridViewBehaviorSettings SettingsBehavior { get; }

Property Value

Type Description
ASPxGridViewBehaviorSettings

An ASPxGridViewBehaviorSettings object that contains the control’s behavior settings.

See Also