Skip to main content

XRControlStyleSheet.Styles Property

Gets styles that are stored in XRControlStyleSheet.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

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

Property Value

Type Description
CollectionBase

A CollectionBase descendant.

See Also