Class
DragResizeSlotHighlightContainer

Class representing the container drawing the dragged regular task item.

Definition

Namespace:Telerik.Windows.Controls.GanttView

Assembly:Telerik.Windows.Controls.GanttView.dll

Syntax:

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

Inheritance: objectDragResizeSlotHighlightContainer

Derived Classes: DragResizeMilestoneSlotHighlightContainerDragResizeSummarySlotHighlightContainer

Implements: IDataContainer

Constructors

DragResizeSlotHighlightContainer()

Initializes a new instance of the DragResizeSlotHighlightContainer class.

Declaration

cs-api-definition
public DragResizeSlotHighlightContainer()

Properties

DataItem

Gets or sets the data item.

Declaration

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

Property Value

object

The data item.

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()

ResetThemeOverride()

Declaration

cs-api-definition
protected virtual void ResetThemeOverride()

SetDataContext(Proxy, DragResizeSlotHighlightInfo)

Declaration

cs-api-definition
protected virtual void SetDataContext(DragResizeSlotHighlightContainer.Proxy proxy, DragResizeSlotHighlightInfo eventInfo)

Parameters

proxy

DragResizeSlotHighlightContainer.Proxy

eventInfo

DragResizeSlotHighlightInfo