Gets or sets the date to display.
Namespace:
C1.Xaml.DateTimeEditorsAssembly: C1.Xaml.DateTimeEditors (in C1.Xaml.DateTimeEditors.dll)
Syntax
| C# |
|---|
public DateTime DisplayDate { get; set; } |
| Visual Basic |
|---|
Public Property DisplayDate As DateTime Get Set |
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentOutOfRangeException | The specified date is not in the range defined by DisplayDateStart and DisplayDateEnd. |