XRControlStyleSheet.Styles Property
In This Article
Gets styles that are stored in XRControlStyleSheet.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
[Browsable(false)]
public CollectionBase Styles { get; }
#Property Value
Type | Description |
---|---|
Collection |
A Collection |
See Also