Back to Devexpress

SqlWizardSettings.LegacyMasterDetailEditor Property

windowsforms-devexpress-dot-dataaccess-dot-ui-dot-wizard-dot-sqlwizardsettings-9d8bb921.md

latest2.8 KB
Original Source

SqlWizardSettings.LegacyMasterDetailEditor Property

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

Declaration

csharp
[DefaultValue(false)]
public bool LegacyMasterDetailEditor { get; set; }
vb
<DefaultValue(False)>
Public Property LegacyMasterDetailEditor As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true , to use an older editor version; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to LegacyMasterDetailEditor
WinForms ControlsDataSourceWizardSettings

.SqlWizardSettings .LegacyMasterDetailEditor

| | Dashboard | DashboardDesignerDataSourceWizardSettings |

.SqlWizardSettings .LegacyMasterDetailEditor

| | .NET Reporting Tools | XRDesignMdiController |

.SqlWizardSettings .LegacyMasterDetailEditor

|

Remarks

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

LegacyEditor

SqlWizardSettings Class

SqlWizardSettings Members

DevExpress.DataAccess.UI.Wizard Namespace