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

ReportStructureEditorFormShowingEventArgs.ControllerParameters Property

Provides access to the controller of the Groups Order Editor window, defining the parameters of the document model that are eligible to be changed.

Namespace: DevExpress.Snap

Assembly: DevExpress.Snap.v19.1.Core.dll

Declaration

public ReportStructureEditorFormControllerParameters ControllerParameters { get; }

Property Value

Type Description
ReportStructureEditorFormControllerParameters

A ReportStructureEditorFormControllerParameters object.

Remarks

The Groups Order Editor window is invoked when clicking Arrange Groups in the Data Tools: Group toolbar.

snap-arrange-groups-groups-order-editor

See Also