MindFusion.UI for WebForms Programmer's Guide

DatePicker.Value Property

See Also
 





Gets or sets the value of the control.

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

 Syntax

C#  Copy Code

public Nullable<DateTime> Value { get; set; }

Visual Basic  Copy Code

Public Property Value As Nullable(Of DateTime)

 Property Value

Type: Nullable(DateTime)
An instance of the System.Nullable(DateTime) structure. Default value is null (Nothing in VB.NET).

 See Also