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.v20.1.Core.dll

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

Declaration

CustomProperties CustomProperties { get; }

Property Value

Type Description
CustomProperties

A CustomProperties object that is a collection of custom properties.

See Also