ClassFixedTickProvider
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
public class FixedTickProvider : TickProviderBase
Inheritance: objectTickProviderBaseFixedTickProvider
Inherited Members
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 override string GetFormatString(IFormatProvider formatInfo, string viewDefinitionFormatString, DateTime currentStart)
Parameters
formatInfo
The format info.
viewDefinitionFormatString
The view definition format string.
currentStart
The current start.
Returns
Overrides
GetNextStart(TimeSpan, DateTime)
Gets the next start.