skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop
    Web
    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX UI for Silverlight UI for PHP UI for JSP
    Mobile
    UI for .NET MAUI UI for Xamarin
    Document Management
    Telerik Document Processing
    Desktop
    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF UI for UWP
    Reporting & Mocking
    Telerik Reporting Telerik Report Server Telerik JustMock
    Automated Testing
    Test Studio Test Studio Dev Edition
    CMS
    Sitefinity
    UI/UX Tools
    ThemeBuilder Design System Kit
    Debugging
    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Jam FiddlerCap FiddlerCore
    Extended Reality
    UI for Unity XR
    Free Tools
    JustAssembly JustDecompile VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Release History
  • Docs & Support
  • Pricing
  • Search
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class GroupHeader

Represents the GroupHeader visual element in RadScheduleView control.

Inheritance
System.Object
GroupHeader
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView.dll

Syntax

public class GroupHeader : ContentControl

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
System.Windows.DependencyProperty

CommandProperty

Identifies the Command DependencyProperty.

Declaration
public static readonly DependencyProperty CommandProperty
Field Value
System.Windows.DependencyProperty

ExpandButtonVisibilityProperty

Identifies ExpandButtonVisibility read-only dependency property.

Declaration
public static readonly DependencyProperty ExpandButtonVisibilityProperty
Field Value
System.Windows.DependencyProperty

IsExpandedProperty

Identifies IsExpanded dependency property.

Declaration
public static readonly DependencyProperty IsExpandedProperty
Field Value
System.Windows.DependencyProperty

IsTodayProperty

Identifies IsToday read-only dependency property.

Declaration
public static readonly DependencyProperty IsTodayProperty
Field Value
System.Windows.DependencyProperty

LevelProperty

Identifies Level read-only dependency property.

Declaration
public static readonly DependencyProperty LevelProperty
Field Value
System.Windows.DependencyProperty

OrientationProperty

Identifies Orientation read-only dependency property.

Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
System.Windows.DependencyProperty

Properties

Command

Gets or sets the command to invoke when this GroupHeader's button is pressed.

Declaration
public ICommand Command { get; set; }
Property Value
System.Windows.Input.ICommand

CommandParameter

Gets or sets the parameter to pass to the Command property when this GroupHeader's button is pressed.

Declaration
public object CommandParameter { get; set; }
Property Value
System.Object

ExpandButtonVisibility

Gets whether ExpandButton will be visible.

Declaration
public Visibility ExpandButtonVisibility { get; }
Property Value
System.Windows.Visibility

GroupKey

Gets the key of current group.

Declaration
public object GroupKey { get; }
Property Value
System.Object

IsBottomLevel

Gets whether this is bottom level group.

Declaration
public bool IsBottomLevel { get; }
Property Value
System.Boolean

IsExpanded

Gets or sets whether GroupHeader is expanded or collapsed when in MonthView.

Declaration
public bool IsExpanded { get; set; }
Property Value
System.Boolean

IsToday

Gets is the key of the group is DateTime and is equals to DateTime.Today.

Declaration
public bool IsToday { get; }
Property Value
System.Boolean

Items

Gets the Appointments in the group.

Declaration
public ReadOnlyObservableCollection<object> Items { get; }
Property Value
System.Collections.ObjectModel.ReadOnlyObservableCollection<System.Object>

Level

Gets the Level at which this group is.

Declaration
public int Level { get; }
Property Value
System.Int32

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
System.Windows.Controls.Orientation

ParentKeys

Gets the keys of parent groups.

Declaration
public IEnumerable<object> ParentKeys { get; }
Property Value
System.Collections.Generic.IEnumerable<System.Object>

TimeRulerPixelLength

Declaration
public double TimeRulerPixelLength { get; }
Property Value
System.Double

Methods

ChangeVisualState(Boolean)

Declaration
protected virtual void ChangeVisualState(bool useTransitions)
Parameters
System.Boolean useTransitions

GoToState(Boolean, String[])

Declaration
protected void GoToState(bool useTransitions, params string[] stateNames)
Parameters
System.Boolean useTransitions

System.String[] stateNames

OnApplyTemplate()

Declaration
public override void OnApplyTemplate()

OnCreateAutomationPeer()

Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
EnumerableExtensions.ToEnumerable<T>(T)

Was this article helpful?

Tell us how we can improve this article

Skip
Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.