Skip to main content
A newer version of this page is available. .

IMasterDetailSelectDataMembersPageView.DoAddFieldsAction(Action, MasterDetailFieldModel) Method

If implemented, performs actions with the view required before and after adding fields.

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

void DoAddFieldsAction(
    Action action,
    MasterDetailFieldModel rootAddedField
)

Parameters

Name Type Description
action Action

A Action delegate.

rootAddedField MasterDetailFieldModel

A MasterDetailFieldModel object that specifies the root field.

See Also