In This Topic
The C1.Framework.Theme class represents the theme for the C1Schedule 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 ScheduleTheme
Inherits BaseTheme
public class ScheduleTheme : BaseTheme
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.Collection<T>
System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
C1.Framework.Theme
C1.Win.Schedule.UI.BaseTheme
C1.Win.Schedule.UI.ScheduleTheme
See Also