Skip to main content

MonthCellControl.DateString Property

Gets the text displayed in the cell. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling.Visual

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public string DateString { get; }

Property Value

Type Description
String

A string that is displayed in the cell.

See Also