Class YearRangeCell
Represents a year range cell of the CalendarEdit control.
Inherited Members
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.Wpf.dll
Syntax
public class YearRangeCell : Cell
Constructors
YearRangeCell()
Declaration
public YearRangeCell()
Fields
IsBelongToCurrentRangeProperty
Identifies IsBelongToCurrentRange dependency property.
Declaration
public static readonly DependencyProperty IsBelongToCurrentRangeProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
YearsProperty
Identifies Years dependency property.
Declaration
public static readonly DependencyProperty YearsProperty
Field Value
Type |
---|
System.Windows.DependencyProperty |
Properties
IsBelongToCurrentRange
Gets or sets a value indicating whether the cell belongs to the current range.
Declaration
public bool IsBelongToCurrentRange { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | Type: System.Boolean |
See Also
System.Boolean
Years
Gets or sets the years range.
Declaration
public YearsRange Years { get; set; }
Property Value
Type | Description |
---|---|
YearsRange | Type: YearsRange |
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 |