Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

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:

See Also