aspnet-devexpress-dot-web-5f7af68e.md
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
public class ASPxVerticalGridSettings :
ASPxGridSettings
Public Class ASPxVerticalGridSettings
Inherits ASPxGridSettings
The following members return ASPxVerticalGridSettings objects:
| Library | Related API Members |
|---|---|
| ASP.NET Web Forms Controls | ASPxVerticalGrid.Settings |
| ASP.NET MVC Extensions | VerticalGridSettings.Settings |
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.
Object StateManager PropertiesBase ASPxGridSettingsBase ASPxGridSettings ASPxVerticalGridSettings
See Also