[]
The DateEditBaseStyles<T> class represents the styles for controls based on the C1DateEditBase control which contains display attributes that determine the appearance of control.
public abstract class DateEditBaseStyles<T> : BaseStyle where T : DropDownCalendarStyleBase
Public MustInherit Class DateEditBaseStyles(Of T As DropDownCalendarStyleBase)
Inherits BaseStyle
| Name | Description |
|---|---|
| T |
| Name | Description |
|---|---|
| Calendar | Gets styles which determine the appearance of the drop-down Calendar part on the screen. |
| Editor | Gets styles which determine the appearance of the Editor part on the screen. |
| IsDefault |
| Name | Description |
|---|---|
| ResetCalendar() | Restores the default value of the Calendar property. |
| ResetEditor() | Restores the default value of the Editor property. |
| ShouldSerializeCalendar() | Specifies whether to save the value of the Calendar property. |
| ShouldSerializeEditor() | Specifies whether to save the value of the Editor property. |