Back to Devexpress

ASPxVerticalGridSettings Class

aspnet-devexpress-dot-web-5f7af68e.md

latest1.9 KB
Original Source

ASPxVerticalGridSettings Class

Serves as a base for classes that implement the main settings of grid-like controls.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class ASPxVerticalGridSettings :
    ASPxGridSettings
vb
Public Class ASPxVerticalGridSettings
    Inherits ASPxGridSettings

The following members return ASPxVerticalGridSettings objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxVerticalGrid.Settings
ASP.NET MVC ExtensionsVerticalGridSettings.Settings

Remarks

The ASPxVerticalGridSettings class contains options that specify the visibility of various elements (row headers, loading panel, status bar, etc.) within the ASPxVerticalGrid. These settings can be accessed using the ASPxVerticalGrid.Settings property.

Implements

IStateManager

Inheritance

Object StateManager PropertiesBase ASPxGridSettingsBase ASPxGridSettings ASPxVerticalGridSettings

See Also

ASPxVerticalGridSettings Members

Vertical Grid

DevExpress.Web Namespace