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

    NuGet Package: DevExpress.Win.Snap

    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