In This Topic
The C1.Framework.Theme class represents the theme for the C1Calendar control. It is a set of C1.Framework.Style objects which contain display attributes that determine the appearance of control.
Object Model
Syntax
'Declaration
Public Class CalendarTheme
Inherits BaseTheme
public class CalendarTheme : BaseTheme
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.Collection<T>
System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
C1.Framework.Theme
C1.Win.C1Schedule.UI.BaseTheme
C1.Win.C1Schedule.UI.CalendarTheme
See Also