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

IMasterDetailSelectDataMembersPageView.DoRemoveFieldsAction(Action) Method

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

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

void DoRemoveFieldsAction(
    Action action
)

Parameters

Name Type Description
action Action

A Action delegate.

See Also