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

ICustomPropertyProvider.CustomProperties Property

Gets a collection of custom properties.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.1.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

CustomProperties CustomProperties { get; }

Property Value

Type Description
CustomProperties

A CustomProperties object that is a collection of custom properties.

See Also