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 UI for Xamarin

    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
    • Release History
  • Migrate to .NET MAUI
  • Support and Learning

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

    Productivity and Design Tools

    • Visual Studio Extensions
    • 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 DayViewStyle

Specifies the style settings for the day view mode of the calendar.

Inheritance
System.Object
CalendarChildElementBase
DayViewStyle
MultiDayViewStyle
Inherited Members
CalendarChildElementBase.OnPropertyChanged(String)
Namespace: Telerik.XamarinForms.Input
Assembly: Telerik.XamarinForms.Input.dll

Syntax

public class DayViewStyle : CalendarChildElementBase, IChildElement

Constructors

DayViewStyle()

Declaration
public DayViewStyle()

Fields

AllDayAppointmentBackgroundColorProperty

Identifies the AllDayAppointmentBackgroundColor property.

Declaration
public static readonly BindableProperty AllDayAppointmentBackgroundColorProperty
Field Value
Xamarin.Forms.BindableProperty

AllDayAppointmentFontSizeProperty

Identifies the AllDayAppointmentFontSize property.

Declaration
public static readonly BindableProperty AllDayAppointmentFontSizeProperty
Field Value
Xamarin.Forms.BindableProperty

AllDayAppointmentTextColorProperty

Identifies the AllDayAppointmentTextColor property.

Declaration
public static readonly BindableProperty AllDayAppointmentTextColorProperty
Field Value
Xamarin.Forms.BindableProperty

AllDayAreaBackgroundColorProperty

Identifies the AllDayAreaBackgroundColor property.

Declaration
public static readonly BindableProperty AllDayAreaBackgroundColorProperty
Field Value
Xamarin.Forms.BindableProperty

AllDayLabelFontSizeProperty

Identifies the AllDayLabelFontSize property.

Declaration
public static readonly BindableProperty AllDayLabelFontSizeProperty
Field Value
Xamarin.Forms.BindableProperty

AllDayLabelTextColorProperty

Identifies the AllDayLabelTextColor property.

Declaration
public static readonly BindableProperty AllDayLabelTextColorProperty
Field Value
Xamarin.Forms.BindableProperty

AppointmentDetailsFontSizeProperty

Identifies the AppointmentDetailsFontSize property.

Declaration
public static readonly BindableProperty AppointmentDetailsFontSizeProperty
Field Value
Xamarin.Forms.BindableProperty

AppointmentDetailsTextColorProperty

Identifies the AppointmentDetailsTextColor property.

Declaration
public static readonly BindableProperty AppointmentDetailsTextColorProperty
Field Value
Xamarin.Forms.BindableProperty

AppointmentFontSizeProperty

Identifies the AppointmentFontSize property.

Declaration
public static readonly BindableProperty AppointmentFontSizeProperty
Field Value
Xamarin.Forms.BindableProperty

AppointmentTextColorProperty

Identifies the AppointmentTextColor property.

Declaration
public static readonly BindableProperty AppointmentTextColorProperty
Field Value
Xamarin.Forms.BindableProperty

CurrentTimeIndicatorColorProperty

Identifies the CurrentTimeIndicatorColor property.

Declaration
public static readonly BindableProperty CurrentTimeIndicatorColorProperty
Field Value
Xamarin.Forms.BindableProperty

CurrentTimeIndicatorRadiusProperty

Identifies the CurrentTimeIndicatorRadius property.

Declaration
public static readonly BindableProperty CurrentTimeIndicatorRadiusProperty
Field Value
Xamarin.Forms.BindableProperty

CurrentTimeIndicatorWidthProperty

Identifies the CurrentTimeIndicatorWidth property.

Declaration
public static readonly BindableProperty CurrentTimeIndicatorWidthProperty
Field Value
Xamarin.Forms.BindableProperty

TimelineBackgroundColorProperty

Identifies the TimelineBackgroundColor property.

Declaration
public static readonly BindableProperty TimelineBackgroundColorProperty
Field Value
Xamarin.Forms.BindableProperty

TimelineLabelsFontSizeProperty

Identifies the TimelineLabelsFontSize property.

Declaration
public static readonly BindableProperty TimelineLabelsFontSizeProperty
Field Value
Xamarin.Forms.BindableProperty

TimelineLabelsTextColorProperty

Identifies the TimelineLabelsTextColor property.

Declaration
public static readonly BindableProperty TimelineLabelsTextColorProperty
Field Value
Xamarin.Forms.BindableProperty

Properties

AllDayAppointmentBackgroundColor

Declaration
public Color AllDayAppointmentBackgroundColor { get; set; }
Property Value
Xamarin.Forms.Color

AllDayAppointmentFontSize

Declaration
public int AllDayAppointmentFontSize { get; set; }
Property Value
System.Int32

AllDayAppointmentTextColor

Declaration
public Color AllDayAppointmentTextColor { get; set; }
Property Value
Xamarin.Forms.Color

AllDayAreaBackgroundColor

Declaration
public Color AllDayAreaBackgroundColor { get; set; }
Property Value
Xamarin.Forms.Color

AllDayLabelFontSize

Declaration
public int AllDayLabelFontSize { get; set; }
Property Value
System.Int32

AllDayLabelTextColor

Declaration
public Color AllDayLabelTextColor { get; set; }
Property Value
Xamarin.Forms.Color

AppointmentDetailsFontSize

Declaration
public int AppointmentDetailsFontSize { get; set; }
Property Value
System.Int32

AppointmentDetailsTextColor

Declaration
public Color AppointmentDetailsTextColor { get; set; }
Property Value
Xamarin.Forms.Color

AppointmentFontSize

Declaration
public int AppointmentFontSize { get; set; }
Property Value
System.Int32

AppointmentTextColor

Declaration
public Color AppointmentTextColor { get; set; }
Property Value
Xamarin.Forms.Color

CurrentTimeIndicatorColor

Specifies the color of the current time indicator.

Declaration
public Color CurrentTimeIndicatorColor { get; set; }
Property Value
Xamarin.Forms.Color

CurrentTimeIndicatorRadius

Specifies the radius of the current time indicator.

Declaration
public double CurrentTimeIndicatorRadius { get; set; }
Property Value
System.Double

CurrentTimeIndicatorWidth

Specifies the width of the current time indicator.

Declaration
public double CurrentTimeIndicatorWidth { get; set; }
Property Value
System.Double

TimelineBackgroundColor

Declaration
public Color TimelineBackgroundColor { get; set; }
Property Value
Xamarin.Forms.Color

TimelineLabelsFontSize

Declaration
public int TimelineLabelsFontSize { get; set; }
Property Value
System.Int32

TimelineLabelsTextColor

Declaration
public Color TimelineLabelsTextColor { get; set; }
Property Value
Xamarin.Forms.Color

Sample Applications
  • Telerik Tagit
  • iOS Demo App
  • Android Demo App
Support Resources
  • iOS Wrappers
  • Android Wrappers
  • Xamarin.Forms SDK Examples
Community
  • Forums
  • Blogs
  • 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.