menu

WinForms

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

    Show / Hide Table of Contents

    Class YearCell

    Represents a year cell of the CalendarEdit control.

    Inheritance
    System.Object
    Cell
    YearCell
    Inherited Members
    Cell.CornerRadius
    Cell.IsInvalidDate
    Cell.IsInvalidDateProperty
    Cell.IsSelected
    Cell.IsSelectedProperty
    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
    YearCell

    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
    CalendarEdit

    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

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