ASPxVerticalGridSettings Class
In This Article
Serves as a base for classes that implement the main settings of grid-like controls.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class ASPxVerticalGridSettings :
ASPxGridSettings
#Related API Members
The following members return ASPxVerticalGridSettings objects:
Library | Related API Members |
---|---|
ASP. |
ASPx |
ASP. |
Vertical |
#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
#Inheritance
Object
StateManager
PropertiesBase
ASPxGridSettingsBase
ASPxGridSettings
ASPxVerticalGridSettings
See Also