Class
SpecialSlotContainer

Definition

Namespace:Telerik.Windows.Controls.Scheduling

Assembly:Telerik.Windows.Scheduling.Core.dll

Syntax:

cs-api-definition
public class SpecialSlotContainer : Control, IDataContainer

Inheritance: objectSpecialSlotContainer

Implements: IDataContainer

Constructors

SpecialSlotContainer()

Declaration

cs-api-definition
public SpecialSlotContainer()

Properties

DataItem

Declaration

cs-api-definition
public object DataItem { get; set; }

Property Value

object

Implements IDataContainer.DataItem

Methods

OnInitialized(EventArgs)

Raises the event. This method is invoked whenever is set to true internally.

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.

ResetTheme()

Resets the theme.

Declaration

cs-api-definition
public void ResetTheme()

UpdateDataOverride(object)

Declaration

cs-api-definition
protected virtual void UpdateDataOverride(object value)

Parameters

value

object