Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

MultiQueryConfigurePage.CanEditRelations() Method

In This Article

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

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

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

NuGet Package: DevExpress.Wpf.Reporting

#Declaration

public bool CanEditRelations()

#Returns

Type Description
Boolean

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

See Also