Interface IListBox
Inherited Members
Namespace: ArtOfTest.WebAii.Controls.Xaml
Assembly: ArtOfTest.WebAii.dll
Syntax
public interface IListBox : IFrameworkElement, ITargetElement
Properties
Items
ListBoxItems
Declaration
List<IListBoxItem> ListBoxItems { get; }
Property Value
System.Collections.Generic.List<IListBoxItem>
|
SelectedIndex
Declaration
int SelectedIndex { get; set; }
Property Value
System.Int32
|