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

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.v21.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.Design

Declaration

void SetEditRelationEnabled(
    bool enabled
)

Parameters

Name Type Description
enabled Boolean

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

See Also