Class AgendaViewDefinition
Inherited Members
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class AgendaViewDefinition : ViewDefinitionBase, INotifyPropertyChanged, ISlotConvertor
Constructors
AgendaViewDefinition()
Declaration
public AgendaViewDefinition()
Fields
GroupHeaderDateStringFormatProperty
Declaration
public static readonly DependencyProperty GroupHeaderDateStringFormatProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
ShowEmptyDaysProperty
Declaration
public static readonly DependencyProperty ShowEmptyDaysProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
DateGroupDescription
Declaration
protected override DateGroupDescription DateGroupDescription { get; }
Property Value
|
DateGroupDescription
|
Overrides
GroupHeaderDateStringFormat
Declaration
public string GroupHeaderDateStringFormat { get; set; }
Property Value
|
System.String
|
ShowEmptyDays
Declaration
public bool ShowEmptyDays { get; set; }
Property Value
|
System.Boolean
|
Methods
FormatGroupHeaderName(IFormatProvider, Object)
Declaration
protected override string FormatGroupHeaderName(IFormatProvider formatInfo, object groupName)
Parameters
|
System.IFormatProvider
formatInfo
|
|
System.Object
groupName
|
Returns
|
System.String
|
Overrides
GetMajorTickLength()
Declaration
protected override TickProviderBase GetMajorTickLength()
Returns
|
TickProviderBase
|
Overrides
GetMinorTickLength()
Declaration
protected override TickProviderBase GetMinorTickLength()
Returns
|
TickProviderBase
|
Overrides
GetOrientation()
Declaration
public override Orientation GetOrientation()
Returns
|
Microsoft.UI.Xaml.Controls.Orientation
|
Overrides
PrepareContainerForItemOverride(DependencyObject, Object)
Declaration
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters
|
Microsoft.UI.Xaml.DependencyObject
element
|
|
System.Object
item
|