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