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

In This Topic
    CallbackSettings Property
    In This Topic
    Gets the CallbackSettings object that enables you to determine actions that can be performed by the C1.Web.Wijmo.Controls.C1GridView using callbacks mechanism.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property CallbackSettings As CallbackSettings
    public virtual CallbackSettings CallbackSettings {get;}
    See Also