Skip to main content
All docs
V26.1
  • XRControlStyles(XRControl) Constructor

    Initializes a new instance of the XRControl.XRControlStyles class with specified settings.

    Namespace: DevExpress.XtraReports.UI

    Assembly: DevExpress.XtraReports.v26.1.dll

    Declaration

    public XRControlStyles(
        XRControl control
    )

    Parameters

    Name Type Description
    control XRControl

    The XRControl object that is the XRControl‘s style.

    See Also