Back to Devexpress

DateNavigatorRequestCellStateEventArgs.CellState Property

wpf-devexpress-dot-xpf-dot-editors-dot-datenavigator-dot-datenavigatorrequestcellstateeventargs.md

latest1.9 KB
Original Source

DateNavigatorRequestCellStateEventArgs.CellState Property

Gets or sets the cell state.

Namespace : DevExpress.Xpf.Editors.DateNavigator

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public DateNavigatorCellState CellState { get; set; }
vb
Public Property CellState As DateNavigatorCellState

Property Value

TypeDescription
DateNavigatorCellState

Any of the DateNavigatorCellState flagged enumeration values.

|

Available values:

NameDescription
None

The cell’s date does not have any specific state.

| | IsDisabled |

End-users cannot select this cell’s date.

| | IsSpecialDate |

The cell’s date is marked as a special date.

| | IsHoliday |

The cell’s date is marked as a holiday.

|

Remarks

Use the CellState property to set the processed cell’s state: a disabled date or a special date. To get the processed cell date, use the DateTime property.

See Also

DateNavigatorRequestCellStateEventArgs Class

DateNavigatorRequestCellStateEventArgs Members

DevExpress.Xpf.Editors.DateNavigator Namespace