Class Cell
Implements the basic functionality required by the cell.
Inheritance
System.Object
Cell
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
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