New to Telerik UI for WPFStart a free 30-day trial

Class representing the container drawing the dragged regular task item.

Definition

Namespace:Telerik.Windows.Controls.GanttView

Assembly:Telerik.Windows.Controls.GanttView.dll

Syntax:

C#
public class DragResizeSlotHighlightContainer : Control, IDataContainer

Inheritance: objectDragResizeSlotHighlightContainer

Derived Classes: DragResizeMilestoneSlotHighlightContainerDragResizeSummarySlotHighlightContainer

Implements: IDataContainer

Constructors

Initializes a new instance of the DragResizeSlotHighlightContainer class.

C#
public DragResizeSlotHighlightContainer()

Properties

Gets or sets the data item.

C#
public object DataItem { get; set; }
Property Value:

The data item.

Implements: IDataContainer.DataItem

Methods

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

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

Resets the theme.

C#
public void ResetTheme()
C#
protected virtual void ResetThemeOverride()
C#
protected virtual void SetDataContext(DragResizeSlotHighlightContainer.Proxy proxy, DragResizeSlotHighlightInfo eventInfo)
Parameters:proxyDragResizeSlotHighlightContainer.ProxyeventInfoDragResizeSlotHighlightInfo