Skip to main content
Tab

ASPxVerticalGridBehaviorSettings Class

Provides behavior options for the ASPxVerticalGrid.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public class ASPxVerticalGridBehaviorSettings :
    ASPxGridBehaviorSettings

The following members return ASPxVerticalGridBehaviorSettings objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxVerticalGrid.SettingsBehavior
ASP.NET MVC Extensions VerticalGridSettings.SettingsBehavior

#Remarks

The ASPxVerticalGridBehaviorSettings class provides a set of Boolean properties that control an ASPxVerticalGrid‘s behavior. These options can be accessed via the ASPxVerticalGrid’s ASPxVerticalGrid.SettingsBehavior property.

#Implements

See Also