ClassDefaultTimeRulerContainerSelector
Class
Definition
Namespace:Telerik.Windows.Controls.Scheduling
Assembly:Telerik.Windows.Scheduling.Core.dll
Syntax:
cs-api-definition
public class DefaultTimeRulerContainerSelector : IContainerSelector
Inheritance: objectDefaultTimeRulerContainerSelector
Implements:
Constructors
DefaultTimeRulerContainerSelector()
Declaration
cs-api-definition
public DefaultTimeRulerContainerSelector()
Fields
CurrentHourContainerType
Declaration
cs-api-definition
protected static readonly ContainerTypeIdentifier CurrentHourContainerType
Field Value
GroupTickContainerType
Declaration
cs-api-definition
protected static readonly ContainerTypeIdentifier GroupTickContainerType
Field Value
MajorTickContainerType
Declaration
cs-api-definition
protected static readonly ContainerTypeIdentifier MajorTickContainerType
Field Value
MinorTickContainerType
Declaration
cs-api-definition
protected static readonly ContainerTypeIdentifier MinorTickContainerType
Field Value
Methods
GetContainerType(object)
Declaration
cs-api-definition
public virtual ContainerTypeIdentifier GetContainerType(object item)
Parameters
item
Returns
Implements