Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

XRControlStyle Class

An individual style object that is also a base for all conditional formatting objects.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v24.2.dll

NuGet Package: DevExpress.Reporting.Core

#Declaration

public class XRControlStyle :
    BrickStyle,
    IComponent,
    IDisposable

#Remarks

The appearance of any report control, band or a report itself is usually specified by a set of its appearance properties. However, it is also possible to create a style (represented by an instance of the XRControlStyle class) and apply it to multiple report elements. To do this, add this style to a report’s XtraReport.StyleSheet, and specify its name for the XRControl.StyleName, XRControl.EvenStyleName or XRControl.OddStyleName property.

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

#Inheritance

See Also