menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CalendarCell - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CalendarCell

    Inheritance
    System.Object
    CalendarCell
    Namespace: Syncfusion.UI.Xaml.Schedule
    Assembly: Syncfusion.SfSchedule.UWP.dll
    Syntax
    public sealed class CalendarCell : Control

    Constructors

    CalendarCell()

    Declaration
    public CalendarCell()

    Fields

    CurrentDateStrokeProperty

    Declaration
    public static readonly DependencyProperty CurrentDateStrokeProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    DateProperty

    Declaration
    public static readonly DependencyProperty DateProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    DateStrokeProperty

    Declaration
    public static readonly DependencyProperty DateStrokeProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    IsSelectedProperty

    Declaration
    public static readonly DependencyProperty IsSelectedProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    IsTodayProperty

    Declaration
    public static readonly DependencyProperty IsTodayProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    SelectedDateStrokeProperty

    Declaration
    public static readonly DependencyProperty SelectedDateStrokeProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    CurrentDateStroke

    Declaration
    public Brush CurrentDateStroke { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    Date

    Declaration
    public object Date { get; set; }
    Property Value
    Type
    System.Object

    DateStroke

    Declaration
    public Brush DateStroke { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    IsSelected

    Declaration
    public bool IsSelected { get; set; }
    Property Value
    Type
    System.Boolean

    IsToday

    Declaration
    public bool IsToday { get; set; }
    Property Value
    Type
    System.Boolean

    SelectedDateStroke

    Declaration
    public Brush SelectedDateStroke { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved