ClassGroupHeader
Represents the GroupHeader visual element in RadScheduleView control.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
public class GroupHeader : ContentControl
Inheritance: objectGroupHeader
Constructors
GroupHeader()
Initializes a new instance of the GroupHeader class.
Declaration
public GroupHeader()
Fields
CommandParameterProperty
Identifies the CommandParameter DependencyProperty.
Declaration
public static readonly DependencyProperty CommandParameterProperty
Field Value
DependencyProperty
CommandProperty
Identifies the Command DependencyProperty.
Declaration
public static readonly DependencyProperty CommandProperty
Field Value
DependencyProperty
ExpandButtonVisibilityProperty
Identifies ExpandButtonVisibility read-only dependency property.
Declaration
public static readonly DependencyProperty ExpandButtonVisibilityProperty
Field Value
DependencyProperty
IsExpandedProperty
Identifies IsExpanded dependency property.
Declaration
public static readonly DependencyProperty IsExpandedProperty
Field Value
DependencyProperty
IsTodayProperty
Identifies IsToday read-only dependency property.
Declaration
public static readonly DependencyProperty IsTodayProperty
Field Value
DependencyProperty
LevelProperty
Identifies Level read-only dependency property.
Declaration
public static readonly DependencyProperty LevelProperty
Field Value
DependencyProperty
OrientationProperty
Identifies Orientation read-only dependency property.
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
DependencyProperty
Properties
Command
Gets or sets the command to invoke when this GroupHeader's button is pressed.
CommandParameter
Gets or sets the parameter to pass to the Command property when this GroupHeader's button is pressed.
ExpandButtonVisibility
Gets whether ExpandButton will be visible.
Declaration
public Visibility ExpandButtonVisibility { get; }
Property Value
Visibility
GroupKey
Gets the key of current group.
IsBottomLevel
Gets whether this is bottom level group.
IsExpanded
Gets or sets whether GroupHeader is expanded or collapsed when in MonthView.
IsToday
Gets is the key of the group is DateTime and is equals to DateTime.Today.
Items
Gets the Appointments in the group.
Declaration
public ReadOnlyObservableCollection<object> Items { get; }
Property Value
Level
Gets the Level at which this group is.
Orientation
Gets the Orientation of the GroupHeader. This is read-only dependency property that depends on the Orientation of ViewDefinition.
Declaration
public Orientation Orientation { get; }
Property Value
Orientation
ParentKeys
Gets the keys of parent groups.
Declaration
public IEnumerable<object> ParentKeys { get; }
Property Value
Methods
ChangeVisualState(bool)
Declaration
protected virtual void ChangeVisualState(bool useTransitions)
Parameters
useTransitions
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e