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

MultiQueryConfigurePage.OnNodeExpanding(MultiQueryItem) Method

Called when expanding a tree list node.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v18.2.dll

Declaration

public void OnNodeExpanding(
    MultiQueryItem item
)

Parameters

Name Type Description
item MultiQueryItem

An object that stores information about a tree list item.

See Also