Class
DefaultTimeRulerContainerSelector

Definition

Namespace:Telerik.Windows.Controls.Scheduling

Assembly:Telerik.Windows.Scheduling.Core.dll

Syntax:

cs-api-definition
public class DefaultTimeRulerContainerSelector : IContainerSelector

Inheritance: objectDefaultTimeRulerContainerSelector

Implements: IContainerSelector

Constructors

DefaultTimeRulerContainerSelector()

Declaration

cs-api-definition
public DefaultTimeRulerContainerSelector()

Fields

CurrentHourContainerType

Declaration

cs-api-definition
protected static readonly ContainerTypeIdentifier CurrentHourContainerType

Field Value

ContainerTypeIdentifier

GroupTickContainerType

Declaration

cs-api-definition
protected static readonly ContainerTypeIdentifier GroupTickContainerType

Field Value

ContainerTypeIdentifier

MajorTickContainerType

Declaration

cs-api-definition
protected static readonly ContainerTypeIdentifier MajorTickContainerType

Field Value

ContainerTypeIdentifier

MinorTickContainerType

Declaration

cs-api-definition
protected static readonly ContainerTypeIdentifier MinorTickContainerType

Field Value

ContainerTypeIdentifier

Methods

GetContainerType(object)

Declaration

cs-api-definition
public virtual ContainerTypeIdentifier GetContainerType(object item)

Parameters

item

object

Returns

ContainerTypeIdentifier

Implements IContainerSelector.GetContainerType(object)