Class EventContainer
Inherited Members
Namespace: Telerik.Windows.Controls.GanttView
Assembly: Telerik.Windows.Controls.GanttView.dll
Syntax
public class EventContainer : SelectorItemBase, ISelectorItem, IMouseOverHighlightItem, ISupportsStates, IDataContainer, IThemable
Constructors
EventContainer()
Declaration
public EventContainer()
Fields
ToolTipTemplateProperty
Declaration
public static readonly DependencyProperty ToolTipTemplateProperty
Field Value
System.Windows.DependencyProperty
|
Properties
DataItem
Declaration
public override object DataItem { get; set; }
Property Value
System.Object
|
Overrides
ToolTipTemplate
Declaration
public DataTemplate ToolTipTemplate { get; set; }
Property Value
System.Windows.DataTemplate
|
Methods
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |
ResetTheme()
Resets the theme.
Declaration
public void ResetTheme()
ResetThemeOverride()
Declaration
protected virtual void ResetThemeOverride()
SetDataContext(EventProxy, EventInfo)
Declaration
protected virtual void SetDataContext(EventProxy proxy, EventInfo newEventInfo)
Parameters
EventProxy
proxy
|
EventInfo
newEventInfo
|