Skip to main content

MasterDetailSelectDataMembersPageView.DoRemoveFieldsAction(Action) Method

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

Namespace: DevExpress.XtraReports.Wizards.Views

Assembly: DevExpress.XtraReports.v23.2.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public void DoRemoveFieldsAction(
    Action action
)

Parameters

Name Type Description
action Action

A Action delegate.

See Also