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

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.v19.1.Core.dll

Declaration

public class ReportStructureEditorFormControllerParameters :
    FormControllerParameters

The following members return ReportStructureEditorFormControllerParameters objects:

Remarks

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

snap-arrange-groups-groups-order-editor

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