menu

WPF

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

    Show / Hide Table of Contents

    Class SpecialDate

    Special Day class

    Inheritance
    System.Object
    SpecialDate
    Implements
    System.IDisposable
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.Wpf.dll
    Syntax
    public class SpecialDate : IDisposable

    Constructors

    SpecialDate()

    Declaration
    public SpecialDate()

    Properties

    CellTemplate

    The Special Date Template

    Declaration
    public DataTemplate CellTemplate { get; set; }
    Property Value
    Type
    System.Windows.DataTemplate

    Date

    The Special Date

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

    Methods

    Dispose()

    Declaration
    public void Dispose()

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved