MindFusion.UI for WebForms Programmer's Guide

DateTimePicker.DatePartSelect Property

See Also
 





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

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 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