ITickProvider
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:
C#
[TypeConverter(typeof(TickLengthProviderTypeConverter))]
public interface ITickProvider
Derived Classes:
Methods
Gets the format string.
C#
string GetFormatString(IFormatProvider formatInfo, string formatString, DateTime currentStart)
The format info.
formatStringstringThe format string.
currentStartDateTimeThe current start.
Returns: