Skip to main content

IMultiQueryConfigurePageView.SetEditRelationEnabled(Boolean) Method

If implemented, specifies whether or not the Edit Relations button is enabled on the current wizard page.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

void SetEditRelationEnabled(
    bool enabled
)

Parameters

Name Type Description
enabled Boolean

true, to enable the Edit Relations button; otherwise, false.

See Also