Skip to main content

CustomizeDashboardItemCaptionEventArgs(String, String, String, Boolean) Constructor

Initializes a new instance of the CustomizeDashboardItemCaptionEventArgs class.

Namespace: DevExpress.DashboardWin

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

NuGet Package: DevExpress.Win.Dashboard

Declaration

public CustomizeDashboardItemCaptionEventArgs(
    string dashboardItemName,
    string text,
    string filterText,
    bool visible
)

Parameters

Name Type Description
dashboardItemName String

A String that is the dashboard item component name.

text String

A text to display in the dashboard caption.

filterText String

A text to display as the master filter state.

visible Boolean

True to display an item caption; otherwise, false.

See Also