AdvancedDateTimePickerValue Property

Gets or sets the date/time value assigned to the control.

Definition

Namespace: KGySoft.WinForms.Controls
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
[BindableAttribute(BindableSupport.Default, BindingDirection.TwoWay)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
public DateTime Value { get; set; }

Property Value

DateTime
Returns MaxValue if ShowCheckBox is and Checked is false.

See Also