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.Controls.Xaml.Wpf
Assembly: ArtOfTest.WebAii.dll
Syntax
public class ItemsControl : Control, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
ItemsControl()
Declaration
public ItemsControl()
Fields
AlternationCountProperty
Declaration
public static AutomationProperty AlternationCountProperty
Field Value
DisplayMemberPathProperty
Declaration
public static AutomationProperty DisplayMemberPathProperty
Field Value
HasItemsProperty
IsGroupingProperty
IsTextSearchEnabledProperty
Declaration
public static AutomationProperty IsTextSearchEnabledProperty
Field Value
ItemBindingGroupProperty
Declaration
public static AutomationProperty ItemBindingGroupProperty
Field Value
ItemStringFormatProperty
Declaration
public static AutomationProperty ItemStringFormatProperty
Field Value
Properties
AlternationCount
Declaration
public int AlternationCount { get; set; }
Property Value
System.
|
DisplayMemberPath
Declaration
public string DisplayMemberPath { get; set; }
Property Value
System.
|
HasItems
Declaration
public bool HasItems { get; set; }
Property Value
System.
|
IsGrouping
Declaration
public bool IsGrouping { get; set; }
Property Value
System.
|
IsTextSearchEnabled
Declaration
public bool IsTextSearchEnabled { get; set; }
Property Value
System.
|
ItemBindingGroup
ItemStringFormat
Declaration
public string ItemStringFormat { get; set; }
Property Value
System.
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.
|