Selector
Class
Definition
Namespace:ArtOfTest.WebAii.Silverlight.UI
Assembly:ArtOfTest.WebAii.dll
Syntax:
C#
public class Selector : ItemsControl, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlItemsControlSelector...
Derived Classes:
Implements:
Inherited Members
Constructors
C#
public Selector()
Fields
C#
public static AutomationProperty IsSynchronizedWithCurrentItemProperty
C#
public static AutomationProperty SelectedIndexProperty
C#
public static AutomationProperty SelectedValuePathProperty
Properties
C#
public bool? IsSynchronizedWithCurrentItem { get; set; }
C#
public int SelectedIndex { get; set; }
C#
public string SelectedValuePath { get; set; }