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
ContainerTypeIdentifier
|
GroupTickContainerType
Declaration
protected static readonly ContainerTypeIdentifier GroupTickContainerType
Field Value
ContainerTypeIdentifier
|
MajorTickContainerType
Declaration
protected static readonly ContainerTypeIdentifier MajorTickContainerType
Field Value
ContainerTypeIdentifier
|
MinorTickContainerType
Declaration
protected static readonly ContainerTypeIdentifier MinorTickContainerType
Field Value
ContainerTypeIdentifier
|
Methods
GetContainerType(Object)
Declaration
public virtual ContainerTypeIdentifier GetContainerType(object item)
Parameters
System.Object
item
|
Returns
ContainerTypeIdentifier
|