InterfaceIListBox
Interface
Represents interface for the Xaml ListBox control wrappers.
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public interface IListBox : IFrameworkElement, ITargetElement
Derived Classes:
Inherited Members
Properties
Items
Get the Items collection.
ListBoxItems
Get the list box items.
Declaration
cs-api-definition
List<IListBoxItem> ListBoxItems { get; }
Property Value
SelectedIndex
Get/set the selected index.