Skip to main content

VerticalGridSettings.SettingsBehavior Property

Provides access to the VerticalGrid’s behavior settings.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public ASPxVerticalGridBehaviorSettings SettingsBehavior { get; }

Property Value

Type Description
ASPxVerticalGridBehaviorSettings

A ASPxVerticalGridBehaviorSettings object containing the VerticalGrid’s behavior settings.

See Also