New to Telerik UI for WPFStart a free 30-day trial

Represents a proxy object that is set as DataContext on GroupHeader control. It is used for performance optimization.

Definition

Namespace:Telerik.Windows.Controls.ScheduleView

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

C#
public class GroupHeaderProxy : DependencyObject, IWeakEventListener

Inheritance: objectGroupHeaderProxy

Implements: IWeakEventListener

Constructors

Initializes a new instance of the GroupHeaderProxy class.

C#
public GroupHeaderProxy()

Fields

FormattedNameProperty

DependencyProperty

Identifies the FormattedName readonly dependency property.

C#
public static readonly DependencyProperty FormattedNameProperty

IsBottomLevelProperty

DependencyProperty

Identifies the IsBottomLevel readonly dependency property.

C#
public static readonly DependencyProperty IsBottomLevelProperty

IsFirstDayOfWeekProperty

DependencyProperty

Identifies the IsFirstDateInWeek read-only dependency property.

C#
public static readonly DependencyProperty IsFirstDayOfWeekProperty

IsLastDayOfWeekProperty

DependencyProperty

Identifies the IsLastDateInWeek read-only dependency property.

C#
public static readonly DependencyProperty IsLastDayOfWeekProperty

ItemCountProperty

DependencyProperty

Identifies the ItemCount readonly dependency property.

C#
public static readonly DependencyProperty ItemCountProperty

ItemsProperty

DependencyProperty

Identifies the Items readonly dependency property.

C#
public static readonly DependencyProperty ItemsProperty

NameProperty

DependencyProperty

Identifies the Name readonly dependency property.

C#
public static readonly DependencyProperty NameProperty

ParentGroupProperty

DependencyProperty

Identifies the ParentGroup readonly dependency property.

C#
public static readonly DependencyProperty ParentGroupProperty

WeekNumberProperty

DependencyProperty

Identifies the WeekNumber read-only dependency property.

C#
public static readonly DependencyProperty WeekNumberProperty

Properties

Gets the formatted group name.

C#
public string FormattedName { get; }

Gets a value that indicates whether this group has any subgroups.

C#
public bool IsBottomLevel { get; }

Gets whether date is the first day in the week. If week is filtered then this will be true for the first non filtered day in the week.

C#
public bool IsFirstDayOfWeek { get; }

Gets whether day is the last day in the week. If week is filtered then this will be true for the last non filtered day in the week.

C#
public bool IsLastDayOfWeek { get; }

Gets the number of items in the sub tree under this group.

C#
public int ItemCount { get; }

Gets the immediate items contained in this group.

C#
public ReadOnlyObservableCollection<object> Items { get; }

Gets the name of this group.

C#
public object Name { get; }

Gets the parent group.

C#
public IGroupInfo ParentGroup { get; }

Gets the week number.

C#
public int WeekNumber { get; }

Methods

Returns a System.String that represents the current System.Object.

C#
public override string ToString()
Returns:

string

A System.String that represents the current System.Object.