Skip to main content

FavoritePropertyExtension.ComponentTypes Property

Provides access to all components that contain favorite properties.

Namespace: DevExpress.XtraReports.Extensions

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public virtual Type[] ComponentTypes { get; }

Property Value

Type Description
Type[]

An array of types that provide favorite properties.

See Also