Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • DashboardSelectionMode Class

    Lists values that specify the selection mode for the Master-Filtering feature.

    Declaration

    declare class DashboardSelectionMode

    Remarks

    Values in this class are used to set the ASPxClientDashboardItemVisualInteractivityEventArgs.SetSelectionMode property.

    Warning

    A use of ASPxClientDashboard API reduces flexibility when you configure the control. The DashboardControl underlies the ASPxClientDashboard object. The control provides access to all client settings and allows you to implement complex scenarios. We recommend that you use the DashboardControl API to configure the Web Dashboard on the client. More information: Client-Side Functionality.

    Properties

    Multiple Property

    Allows selecting multiple elements within the dashboard item.

    Declaration

    static Multiple: string

    Property Value

    Type Description
    string

    A string that allows selecting multiple elements within the dashboard item.

    None Property

    The selection is disabled.

    Declaration

    static None: string

    Property Value

    Type Description
    string

    A string that disable the selection.

    Single Property

    Allows selecting a single element within the dashboard item and disallows clearing this selection.

    Declaration

    static Single: string

    Property Value

    Type Description
    string

    A string that allows selecting a single element within the dashboard item and disallows clearing this selection.