GroupHeaderProxy
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:
public class GroupHeaderProxy : DependencyObject, IWeakEventListener
Inheritance: objectGroupHeaderProxy
Implements:
Constructors
Initializes a new instance of the GroupHeaderProxy class.
public GroupHeaderProxy()
Fields
FormattedNameProperty
DependencyProperty
Identifies the FormattedName readonly dependency property.
public static readonly DependencyProperty FormattedNameProperty
IsBottomLevelProperty
DependencyProperty
Identifies the IsBottomLevel readonly dependency property.
public static readonly DependencyProperty IsBottomLevelProperty
IsFirstDayOfWeekProperty
DependencyProperty
Identifies the IsFirstDateInWeek read-only dependency property.
public static readonly DependencyProperty IsFirstDayOfWeekProperty
IsLastDayOfWeekProperty
DependencyProperty
Identifies the IsLastDateInWeek read-only dependency property.
public static readonly DependencyProperty IsLastDayOfWeekProperty
ItemCountProperty
DependencyProperty
Identifies the ItemCount readonly dependency property.
public static readonly DependencyProperty ItemCountProperty
ItemsProperty
DependencyProperty
Identifies the Items readonly dependency property.
public static readonly DependencyProperty ItemsProperty
NameProperty
DependencyProperty
Identifies the Name readonly dependency property.
public static readonly DependencyProperty NameProperty
ParentGroupProperty
DependencyProperty
Identifies the ParentGroup readonly dependency property.
public static readonly DependencyProperty ParentGroupProperty
WeekNumberProperty
DependencyProperty
Identifies the WeekNumber read-only dependency property.
public static readonly DependencyProperty WeekNumberProperty
Properties
Gets the formatted group name.
public string FormattedName { get; }
Gets a value that indicates whether this group has any subgroups.
public bool IsBottomLevel { get; }
Gets whether date is the first day in the week.
public bool IsFirstDayOfWeek { get; }
Gets whether day is the last day in the week.
public bool IsLastDayOfWeek { get; }
Gets the number of items in the sub tree under this group.
public int ItemCount { get; }
Gets the immediate items contained in this group.
public ReadOnlyObservableCollection<object> Items { get; }
Gets the parent group.
public IGroupInfo ParentGroup { get; }
Gets the week number.
public int WeekNumber { get; }
Methods
Returns a System.String that represents the current System.Object.
public override string ToString()
A System.String that represents the current System.Object.