Skip to main content

CustomPropertyHistoryItem.Caption Property

Gets a caption that displays in the history for the current operation.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v23.2.Win.dll

NuGet Package: DevExpress.Win.Dashboard

Declaration

public virtual string Caption { get; }

Property Value

Type Description
String

A String object that is a history item caption.

Implements

See Also