Class Selector
Inheritance
System.Object
Selector
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Silverlight.UI
Assembly: ArtOfTest.WebAii.dll
Syntax
public class Selector : ItemsControl, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
Selector()
Declaration
public Selector()
Fields
IsSynchronizedWithCurrentItemProperty
Declaration
public static AutomationProperty IsSynchronizedWithCurrentItemProperty
Field Value
AutomationProperty
|
SelectedIndexProperty
SelectedValuePathProperty
Declaration
public static AutomationProperty SelectedValuePathProperty
Field Value
AutomationProperty
|
Properties
IsSynchronizedWithCurrentItem
Declaration
public bool? IsSynchronizedWithCurrentItem { get; set; }
Property Value
System.Nullable<System.Boolean>
|
SelectedIndex
Declaration
public int SelectedIndex { get; set; }
Property Value
System.Int32
|
SelectedValuePath
Declaration
public string SelectedValuePath { get; set; }
Property Value
System.String
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|