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

XRControlStyleSheet.Styles Property

Gets styles that are stored in XRControlStyleSheet.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

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

Declaration

[Browsable(false)]
public CollectionBase Styles { get; }

Property Value

Type Description
CollectionBase

A CollectionBase descendant.

See Also