A newer version of this page is available.
Switch to the current version.
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.v20.2.dll
Declaration
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:
See Also
Feedback