ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / CallbackMode Enumeration

In This Topic
    CallbackMode Enumeration
    In This Topic
    Callback mode.
    Syntax
    'Declaration
     
    Public Enum CallbackMode 
       Inherits System.Enum
    public enum CallbackMode : System.Enum 
    Members
    MemberDescription
    FullCallback action is performed using full update of control's HTML content.
    PartialCallback action is performed using partial update of control's HTML content.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Wijmo.Controls.C1GridView.CallbackMode

    See Also