CustomPropertyHistoryItem(ICustomPropertyProvider, String, String, String) Constructor
Initializes a new instance of the CustomPropertyHistoryItem class with specified settings.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
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