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

VerticalGridSettings.SettingsBehavior Property

Provides access to the VerticalGrid’s behavior settings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public ASPxVerticalGridBehaviorSettings SettingsBehavior { get; }

Property Value

Type Description
ASPxVerticalGridBehaviorSettings

A ASPxVerticalGridBehaviorSettings object containing the VerticalGrid’s behavior settings.

See Also