menu

WPF

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

    Show / Hide Table of Contents

    Class Cell

    Implements the basic functionality required by the cell.

    Inheritance
    System.Object
    Cell
    DayCell
    MonthCell
    WeekNumberCell
    WeekNumberCellPanel
    YearCell
    YearRangeCell
    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.Wpf.dll
    Syntax
    public abstract class Cell : ContentControl

    Constructors

    Cell()

    Declaration
    protected Cell()

    Fields

    IsInvalidDateProperty

    Declaration
    public static readonly DependencyProperty IsInvalidDateProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    IsSelectedProperty

    Identifies IsSelected dependency property.

    Declaration
    public static readonly DependencyProperty IsSelectedProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    CornerRadius

    Gets or sets corner radius for the cell.

    Declaration
    public CornerRadius CornerRadius { get; set; }
    Property Value
    Type Description
    System.Windows.CornerRadius

    Type: CornerRadius

    See Also
    CornerRadius

    IsInvalidDate

    Declaration
    public bool IsInvalidDate { get; set; }
    Property Value
    Type
    System.Boolean

    IsSelected

    Gets or sets a value indicating whether cell is selected.

    Declaration
    public bool IsSelected { get; set; }
    Property Value
    Type Description
    System.Boolean

    Type: System.Boolean Default value is false.

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