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

MultiQueryConfigurePage.CanEditRelations() Method

Returns whether or not it is possible to specify master-detail data relationships.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

Declaration

public bool CanEditRelations()

Returns

Type Description
Boolean

true, if the Master-Detail Relation Editor can be invoked; otherwise, false.

See Also