Skip to main content
All docs
V25.1
  • XRControl.XRControlStyles.Style Property

    Gets or sets an individual style object for the XRControl.

    Namespace: DevExpress.XtraReports.UI

    Assembly: DevExpress.XtraReports.v25.1.dll

    NuGet Package: DevExpress.Reporting.Core

    Declaration

    [DefaultValue(null)]
    public virtual XRControlStyle Style { get; set; }

    Property Value

    Type Default Description
    XRControlStyle null

    A XRControlStyle object that defines the XRControl‘s style.

    Remarks

    For more information on using styles, please refer to the Report Visual Styles document.

    See Also