Interface
ITickProvider

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

IFormatProvider

The format info.

formatString

string

The format string.

currentStart

DateTime

The current start.

Returns

string

GetNextStart(TimeSpan, DateTime)

Gets the next start.

Declaration

cs-api-definition
DateTime GetNextStart(TimeSpan pixelLength, DateTime currentStart)

Parameters

pixelLength

TimeSpan

Length of the pixel in ticks.

currentStart

DateTime

The current start.

Returns

DateTime