Skip to main content
All docs
V25.1
  • 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 users to select multiple elements within the dashboard item.

    Declaration

    static Multiple: string

    Property Value

    Type Description
    string

    A string that allows users to select 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 users to select a single element within the dashboard. Users cannot clear selection.

    Declaration

    static Single: string

    Property Value

    Type Description
    string

    A string that allows users to select a single element within the dashboard item. Users cannot clear selection.