Skip to main content
Tab

ASPxGridBehaviorSettings Class

Serves as a base for classes that provide behavior options for grid-like controls (such as ASPxGridView, ASPxCardView and ASPxVerticalGrid).

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class ASPxGridBehaviorSettings :
    ASPxGridSettingsBase

Remarks

The ASPxGridBehaviorSettings class provides a set of properties that control a grid’s behavior. These options can be accessed by the ASPxCardView.SettingsBehavior, ASPxGridView.SettingsBehavior, and ASPxVerticalGrid.SettingsBehavior properties.

Implements

See Also