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

VerticalGridRowLoadingMode Enum

Lists values that specify how child rows are loaded when their parent or category rows are expanded.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public enum VerticalGridRowLoadingMode

Members

Name Description
Full

Child rows are loaded just after a web page has been loaded.

Callback

Child rows are loaded on a callback when the category row or parent row is being expanded.

Related API Members

The following properties accept/return VerticalGridRowLoadingMode values:

Remarks

The values listed by this enumeration are used to set the ASPxVerticalGridSettings.RowLoadingMode property.

See Also