Gets or sets the bound data value associated with the main pointer.
Namespace:
C1.Web.UI.Controls.C1GaugeAssembly: C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)
Syntax
| C# |
|---|
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] [BrowsableAttribute(false)] [BindableAttribute(true)] public Object BoundValue { get; set; } |
| Visual Basic (Declaration) |
|---|
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _ <BrowsableAttribute(False)> _ <BindableAttribute(True)> _ Public Property BoundValue As Object Get Set |
Remarks
Use this property to bind the Gauge to values that can be null.