ClassGroupHeader
Class
The ScheduleView GroupHeader wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
cs-api-definition
public class GroupHeader : Control, IAutomationPeer, IPeerConverter, IGroupHeader, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlGroupHeader
Implements:
Inherited Members
Constructors
GroupHeader()
Initializes a new instance of the GroupHeader class.
Declaration
cs-api-definition
public GroupHeader()
Properties
Border
Get the Border of the GroupHeader.
Declaration
cs-api-definition
public FrameworkElement Border { get; }
Property Value
Implements
Header
Get the Header of the GroupHeader.
Declaration
cs-api-definition
public FrameworkElement Header { get; }
Property Value
Implements
Methods
AssignReference(AutomationReference)
Assign the reference and perform your custom class initialization.
Declaration
cs-api-definition
public override void AssignReference(AutomationReference reference)
Parameters
reference
Overrides
Implements