UltimateEditor Class Library

DropDown.Item Property

Gets or sets the dropdown item at the specified index.

[Visual Basic]
Public Default Property Item( _
   ByVal index As Integer _
) As DropDownItem
[C#]
public DropDownItem this[
   int index
] {get; set;}

Parameters

index
The zero-based index of the dropdown item to get or set.

Property Value

The dropdown item at the specified index.

See Also

DropDown Class | Karamasoft.WebControls.UltimateEditor Namespace