Back to Devexpress

XRControlStyle Class

xtrareports-devexpress-dot-xtrareports-dot-ui-439b7bab.md

latest5.8 KB
Original Source

XRControlStyle Class

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

Declaration

csharp
public class XRControlStyle :
    BrickStyle,
    IComponent,
    IDisposable
vb
Public Class XRControlStyle
    Inherits BrickStyle
    Implements IComponent,
               IDisposable

The following members return XRControlStyle objects:

Show 26 links

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 Formatting

See Also

XRControlStyle Members

Report Visual Styles

DevExpress.XtraReports.UI Namespace