Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V17.2
  • DashboardMenuItem.click Property

    Gets or sets a custom function that is invoked when a click occurs.

    Namespace: DevExpress.Dashboard

    Assembly: DevExpress.Dashboard.v17.2.Web.Scripts.dll

    Declaration

    public Action click { get; set; }

    Property Value

    Type Description
    Action

    A custom function that is invoked when a click occurs.

    Remarks

    This property executes a click on a dashboard menu item as if the user manually clicked on it and handles a custom function that is invoked when a click occurs.

    See Also