ClassTickProviderBase
Class
Provides a way to create custom RadScheduler time ruler tick lengths.
Definition
Namespace:Telerik.UI.Xaml.Controls.Scheduler
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
[TypeConverter(typeof(TickLengthProviderTypeConverter))]
public abstract class TickProviderBase
Inheritance: objectTickProviderBase
Derived Classes:
Constructors
TickProviderBase()
Declaration
cs-api-definition
protected TickProviderBase()
Methods
ConvertFromString(string)
Declaration
cs-api-definition
public static TickProviderBase ConvertFromString(string value)
Parameters
value
Returns
GetFormatString(IFormatProvider, string, DateTime)
Gets the format string.
Declaration
cs-api-definition
public abstract 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.