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