Skip to main content
All docs
V25.1
  • CustomPropertyHistoryItem(ICustomPropertyProvider, String, String, String) Constructor

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

    Namespace: DevExpress.DashboardWin

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

    NuGet Package: DevExpress.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