Skip to main content
A newer version of this page is available. .
Tab

ASPxVerticalGridSettings Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class ASPxVerticalGridSettings :
    ASPxGridSettings

The following members return ASPxVerticalGridSettings objects:

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