ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / InputAction Class / UserAction Property

In This Topic
    UserAction Property
    In This Topic
    Gets or sets the kind of user action (such as click or focus enter) associated with the current object.
    Syntax
    'Declaration
     
    Public Property UserAction As UserActionEnum
    public UserActionEnum UserAction {get; set;}
    See Also