skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Test Studio Dev Edition Telerik JustMock

    CMS

    Sitefinity

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class MultidayViewDefinition

Represents definition of a view that shows multiple days as in day view mode.

Inheritance
System.Object
ViewDefinitionBase
MultidayViewDefinition
CustomViewDefinition
DayViewDefinition
TimelineViewDefinition
Inherited Members
ViewDefinitionBase.CalendarWeekRuleProperty
ViewDefinitionBase.StretchGroupHeadersProperty
ViewDefinitionBase.TitleProperty
ViewDefinitionBase.LargeChangeIntervalProperty
ViewDefinitionBase.SmallChangeIntervalProperty
ViewDefinitionBase.DayEndTimeProperty
ViewDefinitionBase.DayStartTimeProperty
ViewDefinitionBase.VisibleDaysProperty
ViewDefinitionBase.FirstDayOfWeekProperty
ViewDefinitionBase.MinTimeRulerExtentProperty
ViewDefinitionBase.MaxTimeRulerExtentProperty
ViewDefinitionBase.SubGroupsFilterProperty
ViewDefinitionBase.GroupFilterProperty
ViewDefinitionBase.AppointmentFilterProperty
ViewDefinitionBase.OccurrenceFilterProperty
ViewDefinitionBase.TimerulerMajorTickStringFormatProperty
ViewDefinitionBase.SlotGenarationBehaviorProperty
ViewDefinitionBase.SnapBehaviorProperty
ViewDefinitionBase.ToString()
ViewDefinitionBase.ISlotConvertor.CreateRecurringSlot(IDateSpan, IDateSpan, DayOfWeek)
ViewDefinitionBase.GetMinTimeRulerExtent(Double)
ViewDefinitionBase.GetMaxTimeRulerExtent(Double)
ViewDefinitionBase.FormatVisibleRangeText(IFormatProvider, DateTime, DateTime, DateTime)
ViewDefinitionBase.FormatWeekGroupHeaderName(IFormatProvider, IList<DateTime>, Int32)
ViewDefinitionBase.GetShowWeekGroupHeaders()
ViewDefinitionBase.PrepareContainerForItemOverride(DependencyObject, Object)
ViewDefinitionBase.CreateRecurringSlot(IDateSpan, IDateSpan, DayOfWeek)
ViewDefinitionBase.GetVisibleRangeStart(DateTime, CultureInfo, Nullable<DayOfWeek>)
ViewDefinitionBase.GetVisibleRangeEnd(DateTime, CultureInfo, Nullable<DayOfWeek>)
ViewDefinitionBase.GetGroupDescriptions()
ViewDefinitionBase.OnPropertyChanged(String)
ViewDefinitionBase.OnPropertyChanged<T>(Expression<Func<T>>)
ViewDefinitionBase.OnPropertyChanged(PropertyChangedEventArgs)
ViewDefinitionBase.CalendarWeekRule
ViewDefinitionBase.StretchGroupHeaders
ViewDefinitionBase.Title
ViewDefinitionBase.LargeChangeInterval
ViewDefinitionBase.SmallChangeInterval
ViewDefinitionBase.FirstDayOfWeek
ViewDefinitionBase.VisibleDays
ViewDefinitionBase.DayEndTime
ViewDefinitionBase.DayStartTime
ViewDefinitionBase.MinTimeRulerExtent
ViewDefinitionBase.MaxTimeRulerExtent
ViewDefinitionBase.SubGroupsFilter
ViewDefinitionBase.GroupFilter
ViewDefinitionBase.AppointmentFilter
ViewDefinitionBase.OccurrenceFilter
ViewDefinitionBase.TimerulerMajorTickStringFormat
ViewDefinitionBase.SlotGenarationBehavior
ViewDefinitionBase.SnapBehavior
ViewDefinitionBase.ShowTimeRuler
ViewDefinitionBase.PropertyChanged
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView.dll

Syntax

public abstract class MultidayViewDefinition : ViewDefinitionBase, INotifyPropertyChanged, ISlotConvertor

Constructors

MultidayViewDefinition()

Declaration
protected MultidayViewDefinition()

Fields

GroupHeaderDateStringFormatProperty

Identifies the GroupHeaderDateStringFormat property.

Declaration
public static readonly DependencyProperty GroupHeaderDateStringFormatProperty
Field Value
System.Windows.DependencyProperty

The identifier for the GroupHeaderDateStringFormat property.

MajorTickLengthProperty

Identifies the MajorTickLength property.

Declaration
public static readonly DependencyProperty MajorTickLengthProperty
Field Value
System.Windows.DependencyProperty

The identifier for the MajorTickLength property.

MinorTickLengthProperty

Identifies the MinorTickLength property.

Declaration
public static readonly DependencyProperty MinorTickLengthProperty
Field Value
System.Windows.DependencyProperty

The identifier for the MinorTickLength property.

OrientationProperty

Identifies the Orientation property.

Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
System.Windows.DependencyProperty

The identifier for the Orientation property.

TimerulerMinorTickStringFormatProperty

Identifies the TimerulerMinorTickStringFormat property.

Declaration
public static readonly DependencyProperty TimerulerMinorTickStringFormatProperty
Field Value
System.Windows.DependencyProperty

The identifier for the TimerulerMinorTickStringFormat property.

Properties

DateGroupDescription

Gets the Date group description if any. If null is returned, this property is ignored.

Declaration
protected override DateGroupDescription DateGroupDescription { get; }
Property Value
DateGroupDescription

Overrides
ViewDefinitionBase.DateGroupDescription

GroupHeaderDateStringFormat

Gets or sets the format that will be applied on GroupHeader control for date time.

Declaration
public string GroupHeaderDateStringFormat { get; set; }
Property Value
System.String

MajorTickLength

Gets or sets the major tick length provider.

Declaration
public ITickProvider MajorTickLength { get; set; }
Property Value
ITickProvider

MinorTickLength

Gets or sets the minor tick length provider.

Declaration
public ITickProvider MinorTickLength { get; set; }
Property Value
ITickProvider

Orientation

Gets or sets the Orientation property. This is a dependency property.

Declaration
public Orientation Orientation { get; set; }
Property Value
System.Windows.Controls.Orientation

Orientation for this view.

TimerulerMinorTickStringFormat

Gets or sets the format that will be applied on time ruler Minor Tick.

Declaration
public string TimerulerMinorTickStringFormat { get; set; }
Property Value
System.String

Methods

FormatGroupHeaderName(IFormatProvider, Object)

If group name is DateTime this method formats the group name using the GroupHeaderDateStringFormat.

Declaration
protected override string FormatGroupHeaderName(IFormatProvider formatInfo, object groupName)
Parameters
System.IFormatProvider formatInfo

The format info provider to be used for formatting.

System.Object groupName

The group name to format.

Returns
System.String

The formatted group name.

Overrides
ViewDefinitionBase.FormatGroupHeaderName(IFormatProvider, Object)

GetMajorTickLength()

Gets the length of the major ticks. This value is a provider object that might be auto tick length provider, constant tick length provider or a custom tick length provider.

Declaration
protected override ITickProvider GetMajorTickLength()
Returns
ITickProvider

The length of the major ticks.

Overrides
ViewDefinitionBase.GetMajorTickLength()

GetMinorTickLength()

Gets the length of the minor ticks. This value is a provider object that might be auto tick length provider, constant tick length provider or a custom tick length provider.

Declaration
protected override ITickProvider GetMinorTickLength()
Returns
ITickProvider

The length of the minor ticks.

Overrides
ViewDefinitionBase.GetMinorTickLength()

GetOrientation()

Gets the Orientation of the ViewDefinition (horizontal or vertical).

Declaration
public override Orientation GetOrientation()
Returns
System.Windows.Controls.Orientation

The Orientation of the ViewDefinition (horizontal or vertical).

Overrides
ViewDefinitionBase.GetOrientation()

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
EnumerableExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.