Skip to main content
A newer version of this page is available. .

XRControlStyleSheet Class

Provides functionality for an object used as a repository for the XRControl‘s styles.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public class XRControlStyleSheet :
    CollectionBase,
    IXRSerializable,
    IXtraSupportDeserializeCollectionItem,
    IList<XRControlStyle>,
    ICollection<XRControlStyle>,
    IEnumerable<XRControlStyle>,
    IEnumerable

Remarks

The XRControl‘s styles can be added to the XRControlStyleSheet instance or removed from it using the XRControlStyleSheet.Add and XRControlStyleSheet.Remove methods, respectively.

When a style is added to the XRControlStyleSheet it’s assigned the name specified and only after this can the style be assigned to the control via the XRControl.StyleName property.

Inheritance

Object
CollectionBase
XRControlStyleSheet
See Also