Gets or sets the 0-based index of the
TextElement object -within the
Elements collection- on which the data will be bound.
Namespace:
Neodynamic.WebControls.ImageDraw
Assembly:
Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll)
Version: 4.0.2000.0 (4.0.2000.0)
Syntax
C# |
---|
[ObsoleteAttribute("BoundTextIndex 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 int BoundTextIndex { get; set; } |
Visual Basic (Declaration) |
---|
<ObsoleteAttribute("BoundTextIndex 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 BoundTextIndex As Integer |
Visual C++ |
---|
[ObsoleteAttribute(L"BoundTextIndex 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 int BoundTextIndex {
int get ();
void set (int value);
} |
Exceptions
See Also