Gets or sets a Boolean value that determines whether the control shows the date picker part. This is a dependency property.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public bool ShowDatePicker { get; set; }
Visual Basic (Declaration)
Public Property ShowDatePicker As Boolean
	Get
	Set

Remarks

The default value is True.

This is a dependency property.

See Also