Class DefaultTimeRulerContainerSelector
Inheritance
System.Object
DefaultTimeRulerContainerSelector
Namespace: Telerik.Windows.Controls.Scheduling
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public class DefaultTimeRulerContainerSelector : Object, IContainerSelector
Constructors
DefaultTimeRulerContainerSelector()
Declaration
public DefaultTimeRulerContainerSelector()
Fields
CurrentHourContainerType
Declaration
protected static readonly ContainerTypeIdentifier CurrentHourContainerType
Field Value
GroupTickContainerType
Declaration
protected static readonly ContainerTypeIdentifier GroupTickContainerType
Field Value
MajorTickContainerType
Declaration
protected static readonly ContainerTypeIdentifier MajorTickContainerType
Field Value
MinorTickContainerType
Declaration
protected static readonly ContainerTypeIdentifier MinorTickContainerType
Field Value
Methods
GetContainerType(Object)
Declaration
public virtual ContainerTypeIdentifier GetContainerType(object item)
Parameters
System.
|