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.
|
SelectedIndex
Declaration
int SelectedIndex { get; set; }
Property Value
System.
|