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

FavoritePropertyExtension.ComponentTypes Property

Provides access to all components that contain favorite properties.

Namespace: DevExpress.XtraReports.Extensions

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public virtual Type[] ComponentTypes { get; }

Property Value

Type Description
Type[]

An array of types that provide favorite properties.

See Also