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. The format info. |
System. The format string. |
System. The current start. |
Returns
System.
|
GetNextStart(TimeSpan, DateTime)
Gets the next start.
Declaration
DateTime GetNextStart(TimeSpan pixelLength, DateTime currentStart)
Parameters
System. Length of the pixel in ticks. |
System. The current start. |
Returns
System.
|