Skip to main content
All docs
V21.2

ReportStructureEditorFormShowingEventArgs(ReportStructureEditorFormControllerParameters) Constructor

Initializes a new instance of the ReportStructureEditorFormShowingEventArgs class with the specified settings.

Namespace: DevExpress.Snap

Assembly: DevExpress.Snap.v21.2.dll

NuGet Package: DevExpress.Win.Snap

Declaration

public ReportStructureEditorFormShowingEventArgs(
    ReportStructureEditorFormControllerParameters controllerParameters
)

Parameters

Name Type Description
controllerParameters ReportStructureEditorFormControllerParameters

A ReportStructureEditorFormControllerParameters object.

See Also