menu

WinForms

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

    Show / Hide Table of Contents

    Class YearRangeCell

    Represents a year range cell of the CalendarEdit control.

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

    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