Class YearCell
Represents a year cell of the CalendarEdit control.
Inherited Members
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.Wpf.dll
Syntax
public class YearCell : Cell
Constructors
YearCell()
Declaration
public YearCell()
Fields
IsBelongToCurrentRangeProperty
Identifies IsBelongToCurrentRange dependency property.
Declaration
public static readonly DependencyProperty IsBelongToCurrentRangeProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
YearProperty
Identifies Year dependency property.
Declaration
public static readonly DependencyProperty YearProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
IsBelongToCurrentRange
Gets or sets a value indicating whether the cell belongs to the current range. This is a dependency property.
Declaration
public bool IsBelongToCurrentRange { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | Type: IsBelongToCurrentRange |
See Also
Year
Gets or sets the year. This is a dependency property.
Declaration
public int Year { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | Type: CalendarEdit |
See Also
Methods
OnCreateAutomationPeer()
Creates an appropriate AutomationPeer for CalendarEdit
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Type | Description |
---|---|
System.Windows.Automation.Peers.AutomationPeer | Automation peer of CalendarEdit |