Back to Devexpress

ASPxGridBehaviorSettings Class

aspnet-devexpress-dot-web-738c76ce.md

latest2.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ASPxGridBehaviorSettings :
    ASPxGridSettingsBase
vb
Public Class ASPxGridBehaviorSettings
    Inherits 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

IStateManager

Inheritance

Show 11 items

Object StateManager PropertiesBase ASPxGridSettingsBase ASPxGridBehaviorSettings ASPxCardViewBehaviorSettings

ASPxGridViewBehaviorSettings

ASPxVerticalGridBehaviorSettings

BootstrapCardViewBehaviorSettings

BootstrapGridViewBehaviorSettings

MVCxGridViewBehaviorSettings

See Also

ASPxGridBehaviorSettings Members

DevExpress.Web Namespace