Interface ITickProvider
Provides a way to create custom RadScheduleView time ruler tick lengths.
Namespace: Telerik.Windows.Controls.ScheduleView
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public interface ITickProvider
Methods
GetFormatString(IFormatProvider, String, DateTime)
Gets the format string.
Declaration
string GetFormatString(IFormatProvider formatInfo, string formatString, DateTime currentStart)
Parameters
System.IFormatProvider
formatInfo
The format info. |
System.String
formatString
The format string. |
System.DateTime
currentStart
The current start. |
Returns
System.String
|
GetNextStart(TimeSpan, DateTime)
Gets the next start.
Declaration
DateTime GetNextStart(TimeSpan pixelLength, DateTime currentStart)
Parameters
System.TimeSpan
pixelLength
Length of the pixel in ticks. |
System.DateTime
currentStart
The current start. |
Returns
System.DateTime
|