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.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Parameters
Name | Type | Description |
---|---|---|
enabled | Boolean | true, to enable the Edit Relations button; otherwise, false. |
See Also