ClassDragResizeMilestoneSlotHighlightContainer
Class
Class representing the container drawing the dragged milestone item.
Definition
Namespace:Telerik.Windows.Controls.GanttView
Assembly:Telerik.Windows.Controls.GanttView.dll
Syntax:
cs-api-definition
public class DragResizeMilestoneSlotHighlightContainer : DragResizeSlotHighlightContainer, IDataContainer
Inheritance: objectDragResizeSlotHighlightContainerDragResizeMilestoneSlotHighlightContainer
Implements:
Inherited Members
Constructors
DragResizeMilestoneSlotHighlightContainer()
Initializes a new instance of the DragResizeMilestoneSlotHighlightContainer class.
Declaration
cs-api-definition
public DragResizeMilestoneSlotHighlightContainer()
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
The RoutedEventArgs that contains the event data.
Overrides
ResetThemeOverride()
Resets the theme.
Declaration
cs-api-definition
protected override void ResetThemeOverride()
Overrides