InterfaceITickProvider
Interface
Provides a way to create custom RadScheduleView time ruler tick lengths.
Definition
Namespace:Telerik.Windows.Controls.ScheduleView
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
cs-api-definition
[TypeConverter(typeof(TickLengthProviderTypeConverter))]
public interface ITickProvider
Methods
GetFormatString(IFormatProvider, string, DateTime)
Gets the format string.
Declaration
cs-api-definition
string GetFormatString(IFormatProvider formatInfo, string formatString, DateTime currentStart)
Parameters
formatInfo
The format info.
formatString
The format string.
currentStart
The current start.
Returns
GetNextStart(TimeSpan, DateTime)
Gets the next start.