Skip to main content
Tab

ASPxVerticalGridSettings Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class ASPxVerticalGridSettings :
    ASPxGridSettings

The following members return ASPxVerticalGridSettings objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxVerticalGrid.Settings
ASP.NET MVC Extensions VerticalGridSettings.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

See Also