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

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

    Namespace: DevExpress.XtraReports.UI

    Assembly: DevExpress.XtraReports.v25.1.dll

    NuGet Package: DevExpress.Reporting.Core

    Declaration

    public XRControlStyles(
        XRControl control
    )

    Parameters

    Name Type Description
    control XRControl

    The XRControl object that is the XRControl‘s style.

    See Also