Skip to main content

MasterDetailSelectDataMembersPage.DoRemoveFieldsAction(Action) Method

Performs actions with the view required before and after removing fields.

Namespace: DevExpress.Xpf.Reports.UserDesigner.ReportWizard.Pages

Assembly: DevExpress.Xpf.ReportDesigner.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

public void DoRemoveFieldsAction(
    Action action
)

Parameters

Name Type Description
action Action

A Action delegate.

See Also