[]
The DateEditStyles class represents the styles for the C1DateEdit control which contains display attributes that determine the appearance of control.
public class DateEditStyles : BaseStyle
| 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. |
| 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. |