IMultiQueryConfigurePageView.SetEditRelationEnabled(Boolean) Method
In This Article
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.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
enabled | Boolean | true, to enable the Edit Relations button; otherwise, false. |
See Also