Class FixedTickProvider
Provides a way to create custom RadScheduleView time ruler tick lengths.
Inheritance
Namespace: Telerik.Windows.Controls.ScheduleView
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class FixedTickProvider : Object, ITickProvider
Constructors
FixedTickProvider()
FixedTickProvider(DateTimeInterval)
Initializes a new instance of the Fixed
Declaration
public FixedTickProvider(DateTimeInterval interval)
Parameters
Date The interval. |
Properties
Interval
Gets or sets the interval.
Declaration
public DateTimeInterval Interval { get; set; }
Property Value
Date The interval. |
Methods
GetFormatString(IFormatProvider, String, DateTime)
Gets the format string.
Declaration
public string GetFormatString(IFormatProvider formatInfo, string viewDefinitionFormatString, DateTime currentStart)
Parameters
System. The format info. |
System. The view definition format string. |
System. The current start. |
Returns
System.
|
Implements
GetNextStart(TimeSpan, DateTime)
Gets the next start.
Declaration
public DateTime GetNextStart(TimeSpan tickLength, DateTime currentStart)
Parameters
System. Length of the tick. |
System. The current start. |
Returns
System.
|