Skip to main content

DateNavigatorRequestCellStateEventArgs.CellState Property

Gets or sets the cell state.

Namespace: DevExpress.Xpf.Editors.DateNavigator

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public DateNavigatorCellState CellState { get; set; }

Property Value

Type Description
DateNavigatorCellState

Any of the DateNavigatorCellState flagged enumeration values.

Available values:

Name Description
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