[]
        
(Showing Draft Content)

C1.Win.Calendar.Base.Styles.DateEditBaseStyles-1

DateEditBaseStyles<T> Class

The DateEditBaseStyles<T> class represents the styles for controls based on the C1DateEditBase control which contains display attributes that determine the appearance of control.

Inheritance
DateEditBaseStyles<T>
Namespace: C1.Win.Calendar.Base.Styles
Assembly: C1.Win.Calendar.10.dll
Syntax
public abstract class DateEditBaseStyles<T> : BaseStyle where T : DropDownCalendarStyleBase
Public MustInherit Class DateEditBaseStyles(Of T As DropDownCalendarStyleBase)
    Inherits BaseStyle
Type Parameters
Name Description
T

Properties

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

Methods

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.