Class SpecialSlotContainer
Inheritance
System.Object
SpecialSlotContainer
Namespace: Telerik.Windows.Controls.Scheduling
Assembly: Telerik.Windows.Scheduling.Core.dll
Syntax
public class SpecialSlotContainer : Control, IDataContainer, IThemable
Constructors
SpecialSlotContainer()
Declaration
public SpecialSlotContainer()
Properties
DataItem
Declaration
public object DataItem { get; set; }
Property Value
System.Object
|
Implements
Methods
ResetTheme()
Resets the theme.
Declaration
public void ResetTheme()
UpdateDataOverride(Object)
Declaration
protected virtual void UpdateDataOverride(object value)
Parameters
System.Object
value
|