ReportStructureEditorFormControllerParameters Class
Defines the parameters of the Groups Order Editor window that are eligible to be changed.
Namespace: DevExpress.Snap.Core.Forms
Assembly: DevExpress.Snap.v21.2.Core.dll
NuGet Package: DevExpress.Snap.Core
Declaration
Related API Members
The following members return ReportStructureEditorFormControllerParameters objects:
Remarks
The Groups Order Editor window is invoked when clicking Arrange Groups in the Data Tools: Group toolbar.
To modify the document model, handle the SnapControl.ReportStructureEditorFormShowing event and customize the controller that is triggered by this dialog window.
Inheritance
Object
DevExpress.XtraRichEdit.Forms.FormControllerParameters
ReportStructureEditorFormControllerParameters
See Also