Class
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:

cs-api-definition
public class GroupHeaderProxy : DependencyObject, IWeakEventListener

Inheritance: objectGroupHeaderProxy

Implements: IWeakEventListener

Constructors

GroupHeaderProxy()

Initializes a new instance of the GroupHeaderProxy class.

Declaration

cs-api-definition
public GroupHeaderProxy()

Fields

FormattedNameProperty

Identifies the FormattedName readonly dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty FormattedNameProperty

Field Value

DependencyProperty

IsBottomLevelProperty

Identifies the IsBottomLevel readonly dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsBottomLevelProperty

Field Value

DependencyProperty

IsFirstDayOfWeekProperty

Identifies the IsFirstDateInWeek read-only dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsFirstDayOfWeekProperty

Field Value

DependencyProperty

IsLastDayOfWeekProperty

Identifies the IsLastDateInWeek read-only dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsLastDayOfWeekProperty

Field Value

DependencyProperty

ItemCountProperty

Identifies the ItemCount readonly dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ItemCountProperty

Field Value

DependencyProperty

ItemsProperty

Identifies the Items readonly dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ItemsProperty

Field Value

DependencyProperty

NameProperty

Identifies the Name readonly dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty NameProperty

Field Value

DependencyProperty

ParentGroupProperty

Identifies the ParentGroup readonly dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ParentGroupProperty

Field Value

DependencyProperty

WeekNumberProperty

Identifies the WeekNumber read-only dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty WeekNumberProperty

Field Value

DependencyProperty

Properties

FormattedName

Gets the formatted group name.

Declaration

cs-api-definition
public string FormattedName { get; }

Property Value

string

IsBottomLevel

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

Declaration

cs-api-definition
public bool IsBottomLevel { get; }

Property Value

bool

IsFirstDayOfWeek

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.

Declaration

cs-api-definition
public bool IsFirstDayOfWeek { get; }

Property Value

bool

IsLastDayOfWeek

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.

Declaration

cs-api-definition
public bool IsLastDayOfWeek { get; }

Property Value

bool

ItemCount

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

Declaration

cs-api-definition
public int ItemCount { get; }

Property Value

int

Items

Gets the immediate items contained in this group.

Declaration

cs-api-definition
public ReadOnlyObservableCollection<object> Items { get; }

Property Value

ReadOnlyObservableCollection<object>

Name

Gets the name of this group.

Declaration

cs-api-definition
public object Name { get; }

Property Value

object

ParentGroup

Gets the parent group.

Declaration

cs-api-definition
public IGroupInfo ParentGroup { get; }

Property Value

IGroupInfo

WeekNumber

Gets the week number.

Declaration

cs-api-definition
public int WeekNumber { get; }

Property Value

int

Methods

ToString()

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

Declaration

cs-api-definition
public override string ToString()

Returns

string

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