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

CustomPropertyHistoryItem(ICustomPropertyProvider, String, String, String) Constructor

Initializes a new instance of the CustomPropertyHistoryItem class with specified settings.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v20.1.Win.dll

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

Declaration

public CustomPropertyHistoryItem(
    ICustomPropertyProvider customPropertyProvider,
    string propertyName,
    string propertyValue,
    string caption
)

Parameters

Name Type Description
customPropertyProvider ICustomPropertyProvider

A provider for the CustomProperties instance.

propertyName String

A custom property name.

propertyValue String

A value that is recorded in the history.

caption String

A caption that is displayed in the history.

See Also