CalendarCellData(DateTime, String) Constructor
Initializes a new instance of the CalendarCellData class with specified settings.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public CalendarCellData(
DateTime date,
string displayText
)
Parameters
| Name | Type | Description |
|---|---|---|
| date | DateTime | The date the calendar cell displays. |
| displayText | String | The displayed text. |
See Also