XRControlStyleSheet Class
Provides functionality for an object used as a repository for the XRControl‘s styles.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
public class XRControlStyleSheet :
CollectionBase,
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