ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / CallbackSettings Class / Action Property

In This Topic
    Action Property
    In This Topic
    Determines the actions that can be performed using callbacks mechanism.
    Syntax
    'Declaration
     
    Public Property Action As CallbackAction
    public CallbackAction Action {get; set;}

    Property Value

    The default value is CallbackAction.None
    See Also