[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcDateTime.Value

Value Property

Value

Gets or sets the value assigned to the GrapeCity.Windows.InputMan.GcDateTime control.

Declaration
[Bindable(true)]
[TypeConverter(typeof(DateTimeConverter))]
public DateTime? Value { get; set; }
<Bindable(True)>
<TypeConverter(GetType(DateTimeConverter))>
Public Property Value As Date?
Property Value
Type Description
DateTime?

A nullable datetime value assign to the control. The default is the Now.