ClassFixedTickProvider
Class
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
public class FixedTickProvider : ITickProvider
Inheritance: objectFixedTickProvider
Implements:
Constructors
FixedTickProvider()
Initializes a new instance of the FixedTickProvider class.
Declaration
cs-api-definition
public FixedTickProvider()
FixedTickProvider(DateTimeInterval)
Initializes a new instance of the FixedTickProvider class.
Declaration
cs-api-definition
public FixedTickProvider(DateTimeInterval interval)
Parameters
interval
The interval.
Properties
Interval
Gets or sets the interval.
Declaration
cs-api-definition
public DateTimeInterval Interval { get; set; }
Property Value
The interval.
Methods
GetFormatString(IFormatProvider, string, DateTime)
Gets the format string.
Declaration
cs-api-definition
public string GetFormatString(IFormatProvider formatInfo, string viewDefinitionFormatString, DateTime currentStart)
Parameters
formatInfo
The format info.
viewDefinitionFormatString
The view definition format string.
currentStart
The current start.
Returns
Implements
GetNextStart(TimeSpan, DateTime)
Gets the next start.