Skip to main content

MonthViewCellViewModel.DateString Property

Gets or sets a textual representation of Date the cell shows.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public string DateString { get; set; }

Property Value

Type Description
String

The textual representation of Date the cell shows.

See Also