Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • 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

    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