Gets or sets a value that determines whether the gauge is updated without a page refresh.
Namespace:
C1.Web.UI.Controls.C1GaugeAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute(false)] [BindableAttribute(false)] [C1CategoryAttribute("Category.Behavior")] [LayoutAttribute(LayoutType.Behavior)] [JsonAttribute(true, true, true)] public bool EnableAjax { get; set; } |
| Visual Basic (Declaration) |
|---|
<DefaultValueAttribute(False)> _ <BindableAttribute(False)> _ <C1CategoryAttribute("Category.Behavior")> _ <LayoutAttribute(LayoutType.Behavior)> _ <JsonAttribute(True, True, True)> _ Public Property EnableAjax As Boolean Get Set |