Skip to main content
All docs
V25.1
  • TypedDesignDockPanelBase.XRDesignPanel Property

    Gets or sets the XRDesignPanel object, to which the XRDesignDockManager that owns the current dock panel belongs.

    Namespace: DevExpress.XtraReports.UserDesigner

    Assembly: DevExpress.XtraReports.v25.1.Extensions.dll

    NuGet Package: DevExpress.Win.Reporting

    Declaration

    public override XRDesignPanel XRDesignPanel { get; set; }

    Property Value

    Type Description
    XRDesignPanel

    The XRDesignPanel object, to which the XRDesignDockManager belongs.

    Remarks

    Use the XRDesignPanel property to access an instance of the XRDesignPanel object when customizing the End-User Designer.

    See Also