Class ItemsControl
Inheritance
System.Object
ItemsControl
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 ItemsControl : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
ItemsControl()
Declaration
public ItemsControl()
Fields
DisplayMemberPathProperty
Declaration
public static AutomationProperty DisplayMemberPathProperty
Field Value
AutomationProperty
|
Properties
DisplayMemberPath
Declaration
public string DisplayMemberPath { get; set; }
Property Value
System.String
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|