Class MultidayViewDefinition
Inherited Members
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class MultidayViewDefinition : ViewDefinitionBase, INotifyPropertyChanged, ISlotConvertor
Constructors
MultidayViewDefinition()
Declaration
protected MultidayViewDefinition()
Fields
GroupHeaderDateStringFormatProperty
Declaration
public static readonly DependencyProperty GroupHeaderDateStringFormatProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
MajorTickLengthProperty
Declaration
public static readonly DependencyProperty MajorTickLengthProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
MinorTickLengthProperty
Declaration
public static readonly DependencyProperty MinorTickLengthProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
OrientationProperty
Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
TimerulerMinorTickStringFormatProperty
Declaration
public static readonly DependencyProperty TimerulerMinorTickStringFormatProperty
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
|
MajorTickLength
MinorTickLength
Orientation
Declaration
public Orientation Orientation { get; set; }
Property Value
|
Microsoft.UI.Xaml.Controls.Orientation
|
TimerulerMinorTickStringFormat
Declaration
public string TimerulerMinorTickStringFormat { get; set; }
Property Value
|
System.String
|
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
|