Class EventDecoratorContainer
Inheritance
System.Object
EventDecoratorContainer
Namespace: Telerik.Windows.Controls.GanttView
Assembly: Telerik.Windows.Controls.GanttView.dll
Syntax
public class EventDecoratorContainer : Control, IDataContainer, IThemable
Constructors
EventDecoratorContainer()
Declaration
public EventDecoratorContainer()
Fields
MilestoneContainerMarginProperty
Declaration
public static readonly DependencyProperty MilestoneContainerMarginProperty
Field Value
System.Windows.DependencyProperty
|
SummaryContainerMarginProperty
Declaration
public static readonly DependencyProperty SummaryContainerMarginProperty
Field Value
System.Windows.DependencyProperty
|
Properties
DataItem
Declaration
public object DataItem { get; set; }
Property Value
System.Object
|
Implements
MilestoneContainerMargin
Declaration
public Thickness MilestoneContainerMargin { get; set; }
Property Value
System.Windows.Thickness
|
SummaryContainerMargin
Declaration
public Thickness SummaryContainerMargin { get; set; }
Property Value
System.Windows.Thickness
|
Methods
AdjustMargins(EventDecoratorInfo)
Declaration
protected virtual void AdjustMargins(EventDecoratorInfo info)
Parameters
EventDecoratorInfo
info
|
ChangeVisualState(Boolean)
Declaration
protected virtual void ChangeVisualState(bool useTransitions)
Parameters
System.Boolean
useTransitions
|
GoToState(Boolean, String[])
Declaration
protected void GoToState(bool useTransitions, params string[] stateNames)
Parameters
System.Boolean
useTransitions
|
System.String[]
stateNames
|
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
ResetTheme()
Resets the theme.
Declaration
public void ResetTheme()