Interface ITextBoxCollection
Summary description for ITextBoxCollection.
Namespace: Syncfusion.DLS
Assembly: Syncfusion.DLS.Base.dll
Syntax
public interface ITextBoxCollection
Properties
Item[Int32]
Get textbox item from textbox collection
Declaration
ITextBox this[int index] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index |
Property Value
| Type |
|---|
| ITextBox |
Methods
Add(ITextBox)
Add textbox to the collection of textboxes
Declaration
int Add(ITextBox textBox)
Parameters
| Type | Name | Description |
|---|---|---|
| ITextBox | textBox |
Returns
| Type |
|---|
| System.Int32 |