Multi Date Control

A date time picker control which can have checkboxes used to enable or disable the control.

Namespace: LSOne.Controls

Assembly: LSOne.Controls.MultiDateControl

 

Syntax

public partial class MultiDateControl : UserControl

 

Constructors

Name

Description

MultiDateControl()

Default constructor

 

Properties

Name

Description

Checked

Get or set the checked state of the check box, enabling or disabling the date time picker control.

Format

Get or set date time picker format.

MaxDate

Get or set maximum date of the date time picker control.

MinDate

Get or set minimum date of the date time picker control.

MultiEdit

Get or set if the control is in multi edit mode.

MultiEditValueIsSet

Get or set if the control has a value set while in multi edit mode. If the control is in in multi edit mode and does not have a value set, the date time picker control is not visible.

ShowCheckBox

Get or set if the date time picker should show a check box used to enable or disable the date time picker control.

Value

Get or set value of the date time picker control.

 

Events

Name

Description

ValueChanged

Occurs when the checked state of the control or the date time value of the control is changed.

 

Examples

 

See Source\SM\Plugins\RetailItems\ViewPages\ItemPOSSettingsPage.cs from DevPack for usage examples.