[]
Gets or sets the value assigned to the GrapeCity.Windows.InputMan.GcDateTime control.
[Bindable(true)]
[TypeConverter(typeof(DateTimeConverter))]
public DateTime? Value { get; set; }
<Bindable(True)>
<TypeConverter(GetType(DateTimeConverter))>
Public Property Value As Date?
Type | Description |
---|---|
DateTime? | A nullable datetime value assign to the control. The default is the Now. |