IListBox
Interface
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public interface IListBox : IFrameworkElement, ITargetElement
Derived Classes:
Inherited Members
Properties
C#
ItemCollection Items { get; }
C#
List<IListBoxItem> ListBoxItems { get; }
C#
int SelectedIndex { get; set; }