[]
This is a legacy control; use C1.Win.Calendar.C1DateEdit instead.
[ToolboxBitmap(typeof(C1DateEdit), "C1DateEdit.png")]
public class C1DateEdit : C1DropDownControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, ISupportInitialize, ICustomTypeDescriptor
| Name | Description |
|---|---|
| C1DateEdit() | Initializes a new instance of the C1DateEdit class. |
| Name | Description |
|---|---|
| AllowSpinLoop | Determines whether the spinner moves to the MinDate when it reaches the MaxDate, or to the MaxDate when it reaches the MinDate. |
| Calendar | The dropdown calendar object. |
| DefaultDropDownFormClassName | This property is for internal use only. |
| DefaultThemeRootPath | Default path |
| FormatType | Enumeration value determining the formatting metod, including standard .NET format specifiers, custom and programmatic formatting. |
| InitialField | Determines the date-time field position when a control receives input focus. Default: Manual. |
| RetainTimeOnDateChange | Gets or sets a value indicating whether to retain the current time value when the date is changed via the drop down calendar. |
| Text | This property is for internal use only. |
| TypeRestriction | This property is for internal use only. |
| Name | Description |
|---|---|
| Dispose(bool) | Releases the resources used by the C1DateEdit. |
| OnCultureInfoSetup(CultureInfoSetupEventArgs) | This method is for internal use only. |
| OnUpDownButtonClick(UpDownButtonClickEventArgs) | This method is for internal use only. |
| OnVisualStyleChanged(EventArgs) | Invokes the VisualStyleChanged event. |
| ShouldSerializeCalendar() | This method is for internal use only. |
| SpinDown() | Performs spin down. |
| SpinDown(TimeSpan) | Performs spin down. |
| SpinUp() | Performs spin up. |
| SpinUp(TimeSpan) | Performs spin up. |
| UpdateDataType(Type) | This method is for internal use only. |
| UpdateSelection() | Updates selection of the text according to the InitialSelection property. |