windowsforms-devexpress-dot-dataaccess-dot-ui-dot-wizard-dot-sqlwizardsettings-9d8bb921.md
Specifies the kind of Master-Detail Relation Editor to use in the application.
Namespace : DevExpress.DataAccess.UI.Wizard
Assembly : DevExpress.DataAccess.v25.2.dll
NuGet Package : DevExpress.DataAccess
[DefaultValue(false)]
public bool LegacyMasterDetailEditor { get; set; }
<DefaultValue(False)>
Public Property LegacyMasterDetailEditor As Boolean
| Type | Default | Description |
|---|---|---|
| Boolean | false |
true , to use an older editor version; otherwise, false.
|
You can access this nested property as listed below:
| Library | Object Type | Path to LegacyMasterDetailEditor |
|---|---|---|
| WinForms Controls | DataSourceWizardSettings |
.SqlWizardSettings .LegacyMasterDetailEditor
| | Dashboard | DashboardDesignerDataSourceWizardSettings |
.SqlWizardSettings .LegacyMasterDetailEditor
| | .NET Reporting Tools | XRDesignMdiController |
.SqlWizardSettings .LegacyMasterDetailEditor
|
The following image illustrates the legacy editor that is used to edit master-detail relationships.
The following image illustrates a newer version of this editor that supports visual editing of data relationships using drag and drop.
See Also