GroupHeader
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
Initializes a new instance of the GroupHeader class.
public GroupHeader()
Fields
CommandParameterProperty
DependencyProperty
Identifies the CommandParameter DependencyProperty.
public static readonly DependencyProperty CommandParameterProperty
CommandProperty
DependencyProperty
Identifies the Command DependencyProperty.
public static readonly DependencyProperty CommandProperty
ExpandButtonVisibilityProperty
DependencyProperty
Identifies ExpandButtonVisibility read-only dependency property.
public static readonly DependencyProperty ExpandButtonVisibilityProperty
IsExpandedProperty
DependencyProperty
Identifies IsExpanded dependency property.
public static readonly DependencyProperty IsExpandedProperty
IsTodayProperty
DependencyProperty
Identifies IsToday read-only dependency property.
public static readonly DependencyProperty IsTodayProperty
LevelProperty
DependencyProperty
Identifies Level read-only dependency property.
public static readonly DependencyProperty LevelProperty
OrientationProperty
DependencyProperty
Identifies Orientation read-only dependency property.
public static readonly DependencyProperty OrientationProperty
Properties
Gets or sets the command to invoke when this GroupHeader's button is pressed.
public ICommand Command { get; set; }
Gets or sets the parameter to pass to the Command property when this GroupHeader's button is pressed.
public object CommandParameter { get; set; }
ExpandButtonVisibility
Visibility
Gets whether ExpandButton will be visible.
public Visibility ExpandButtonVisibility { get; }
Gets whether this is bottom level group.
public bool IsBottomLevel { get; }
Gets or sets whether GroupHeader is expanded or collapsed when in MonthView.
public bool IsExpanded { get; set; }
Gets is the key of the group is DateTime and is equals to DateTime.Today.
public bool IsToday { get; }
Gets the Appointments in the group.
public ReadOnlyObservableCollection<object> Items { get; }
Orientation
Orientation
Gets the Orientation of the GroupHeader. This is read-only dependency property that depends on the Orientation of ViewDefinition.
public Orientation Orientation { get; }
Gets the keys of parent groups.
public IEnumerable<object> ParentKeys { get; }
public double TimeRulerPixelLength { get; }
Methods
public override void OnApplyTemplate()
OnCreateAutomationPeer()
AutomationPeer
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer