Gets or sets a bound text element
Namespace:
Neodynamic.WebControls.ImageDrawAssembly: Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll)
Version: 4.0.2000.0 (4.0.2000.0)
Syntax
| C# |
|---|
[ObsoleteAttribute("BoundText property is obsolete: Please use new Data Binding properties available for element objects. For further details, please refer to Data Binding topic in the ImageDraw Help Documentation.")] public string BoundText { get; set; } |
| Visual Basic (Declaration) |
|---|
<ObsoleteAttribute("BoundText property is obsolete: Please use new Data Binding properties available for element objects. For further details, please refer to Data Binding topic in the ImageDraw Help Documentation.")> _ Public Property BoundText As String |
| Visual C++ |
|---|
[ObsoleteAttribute(L"BoundText property is obsolete: Please use new Data Binding properties available for element objects. For further details, please refer to Data Binding topic in the ImageDraw Help Documentation.")] public: property String^ BoundText { String^ get (); void set (String^ value); } |