xtrareports-devexpress-dot-xtrareports-dot-ui-439b7bab.md
An individual style object that is also a base for all conditional formatting objects.
Namespace : DevExpress.XtraReports.UI
Assembly : DevExpress.XtraReports.v25.2.dll
NuGet Package : DevExpress.Reporting.Core
public class XRControlStyle :
BrickStyle,
IComponent,
IDisposable
Public Class XRControlStyle
Inherits BrickStyle
Implements IComponent,
IDisposable
The following members return XRControlStyle objects:
Show 26 links
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.
Object BrickStyle XRControlStyle Formatting
See Also