Skip to main content

MultiQueryConfigurePageView.SetEditRelationEnabled(Boolean) Method

Specifies whether or not the Edit Relations button is enabled on the current wizard page.

Namespace: DevExpress.DataAccess.UI.Wizard.Views

Assembly: DevExpress.DataAccess.v23.2.UI.dll

NuGet Package: DevExpress.DataAccess.UI

Declaration

public void SetEditRelationEnabled(
    bool enabled
)

Parameters

Name Type Description
enabled Boolean

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

See Also