Skip to main content
All docs
V26.1
  • TypedDesignDockPanelBase.DesignControl Property

    Provides access to the Design Panel associated with the current dock panel.

    Namespace: DevExpress.XtraReports.UserDesigner

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

    Declaration

    [Browsable(false)]
    public IDesignControl DesignControl { get; }

    Property Value

    Type Description
    IDesignControl

    An object implementing the IDesignControl interface.

    See Also