Class GroupHeaderProxy
Inheritance
System.Object
GroupHeaderProxy
Namespace: Telerik.UI.Xaml.Controls.Scheduler
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class GroupHeaderProxy : DependencyObject, IWeakEventListener
Constructors
GroupHeaderProxy()
Declaration
public GroupHeaderProxy()
Fields
FormattedNameProperty
Declaration
public static readonly DependencyProperty FormattedNameProperty
Field Value
Microsoft.
|
IsBottomLevelProperty
Declaration
public static readonly DependencyProperty IsBottomLevelProperty
Field Value
Microsoft.
|
IsFirstDayOfWeekProperty
Declaration
public static readonly DependencyProperty IsFirstDayOfWeekProperty
Field Value
Microsoft.
|
IsLastDayOfWeekProperty
Declaration
public static readonly DependencyProperty IsLastDayOfWeekProperty
Field Value
Microsoft.
|
ItemCountProperty
Declaration
public static readonly DependencyProperty ItemCountProperty
Field Value
Microsoft.
|
ItemsProperty
Declaration
public static readonly DependencyProperty ItemsProperty
Field Value
Microsoft.
|
NameProperty
Declaration
public static readonly DependencyProperty NameProperty
Field Value
Microsoft.
|
ParentGroupProperty
Declaration
public static readonly DependencyProperty ParentGroupProperty
Field Value
Microsoft.
|
WeekNumberProperty
Declaration
public static readonly DependencyProperty WeekNumberProperty
Field Value
Microsoft.
|
Properties
FormattedName
Declaration
public string FormattedName { get; }
Property Value
System.
|
IsBottomLevel
Declaration
public bool IsBottomLevel { get; }
Property Value
System.
|
IsFirstDayOfWeek
Declaration
public bool IsFirstDayOfWeek { get; }
Property Value
System.
|
IsLastDayOfWeek
Declaration
public bool IsLastDayOfWeek { get; }
Property Value
System.
|
ItemCount
Declaration
public int ItemCount { get; }
Property Value
System.
|
Items
Declaration
public ReadOnlyObservableVector<object> Items { get; }
Property Value
Read
|
Name
Declaration
public object Name { get; }
Property Value
System.
|
ParentGroup
WeekNumber
Declaration
public int WeekNumber { get; }
Property Value
System.
|
Methods
ReceiveEvent(Object, Object)
Declaration
public void ReceiveEvent(object sender, object args)
Parameters
System.
|
System.
|
Implements
ToString()
Declaration
public override string ToString()
Returns
System.
|