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
AutomationProperty
|
DisplayMemberPathProperty
Declaration
public static AutomationProperty DisplayMemberPathProperty
Field Value
AutomationProperty
|
HasItemsProperty
IsGroupingProperty
IsTextSearchEnabledProperty
Declaration
public static AutomationProperty IsTextSearchEnabledProperty
Field Value
AutomationProperty
|
ItemBindingGroupProperty
Declaration
public static AutomationProperty ItemBindingGroupProperty
Field Value
AutomationProperty
|
ItemStringFormatProperty
Declaration
public static AutomationProperty ItemStringFormatProperty
Field Value
AutomationProperty
|
Properties
AlternationCount
Declaration
public int AlternationCount { get; set; }
Property Value
System.Int32
|
DisplayMemberPath
Declaration
public string DisplayMemberPath { get; set; }
Property Value
System.String
|
HasItems
Declaration
public bool HasItems { get; set; }
Property Value
System.Boolean
|
IsGrouping
Declaration
public bool IsGrouping { get; set; }
Property Value
System.Boolean
|
IsTextSearchEnabled
Declaration
public bool IsTextSearchEnabled { get; set; }
Property Value
System.Boolean
|
ItemBindingGroup
ItemStringFormat
Declaration
public string ItemStringFormat { get; set; }
Property Value
System.String
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|