Skip to main content

MultiQueryConfigurePage.CanEditRelations() Method

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

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v23.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