XRControlStyle Class
An individual style object that is also a base for all conditional formatting objects.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v26.1.dll
Declaration
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
Object
BrickStyle
XRControlStyle
See Also