ASP.NET Pack Programmer's Guide
DatePicker.DatePartSelect Property
See Also
 





Gets or sets a value indicating whether date part selection is enabled.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public bool DatePartSelect { get; set; }

Visual Basic  Copy Code

Public Property DatePartSelect As Boolean

 Property Value

Type: Boolean
true if date part selection is enabled, otherwise false. Default value is false.

 Remarks

The value of this property has effect only if CustomDateFormat is not set.

 See Also

DatePicker Members
DatePicker Class
MindFusion.UI.WebForms Namespace