Determines the actions that can be performed by the C1.Web.UI.Controls.C1GridView using callbacks mechanism.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[C1CategoryAttribute("Category.Callback")]
[DefaultValueAttribute(CallbackOptions.None)]
[LayoutAttribute(LayoutType.Behavior)]
[JsonAttribute(true, true, CallbackOptions.None)]
public virtual CallbackOptions CallbackOptions { get; set; }
Visual Basic
<C1CategoryAttribute("Category.Callback")> _
<DefaultValueAttribute(CallbackOptions.None)> _
<LayoutAttribute(LayoutType.Behavior)> _
<JsonAttribute(True, True, CallbackOptions.None)> _
Public Overridable Property CallbackOptions As CallbackOptions
	Get
	Set

See Also