ClassItemsControl
Class
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml.Wpf
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class ItemsControl : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlItemsControl
Derived Classes:
Implements:
Inherited Members
Constructors
ItemsControl()
Declaration
cs-api-definition
public ItemsControl()
Fields
AlternationCountProperty
Declaration
cs-api-definition
public static AutomationProperty AlternationCountProperty
Field Value
DisplayMemberPathProperty
Declaration
cs-api-definition
public static AutomationProperty DisplayMemberPathProperty
Field Value
HasItemsProperty
Declaration
cs-api-definition
public static AutomationProperty HasItemsProperty
Field Value
IsGroupingProperty
Declaration
cs-api-definition
public static AutomationProperty IsGroupingProperty
Field Value
IsTextSearchEnabledProperty
Declaration
cs-api-definition
public static AutomationProperty IsTextSearchEnabledProperty
Field Value
ItemBindingGroupProperty
Declaration
cs-api-definition
public static AutomationProperty ItemBindingGroupProperty
Field Value
ItemStringFormatProperty
Declaration
cs-api-definition
public static AutomationProperty ItemStringFormatProperty
Field Value
Properties
ItemBindingGroup
Declaration
cs-api-definition
public BindingGroup ItemBindingGroup { get; set; }
Property Value
Methods
GetRealType()
Gets the real object type. This property returns string.empty on FrameworkElement and all subclasses that inherit from it.