Class
DropReorderHighlightContainer

Definition

Namespace:Telerik.Windows.Controls.GanttView

Assembly:Telerik.Windows.Controls.GanttView.dll

Syntax:

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

Inheritance: objectDropReorderHighlightContainer

Implements: IDataContainer

Constructors

DropReorderHighlightContainer()

Declaration

cs-api-definition
public DropReorderHighlightContainer()

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

ChangeVisualState(bool)

Declaration

cs-api-definition
protected virtual void ChangeVisualState(bool useTransitions)

Parameters

useTransitions

bool

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

SetDataContext(DropReorderHighlightInfo)

Declaration

cs-api-definition
protected virtual void SetDataContext(DropReorderHighlightInfo highlightInfo)

Parameters

highlightInfo

DropReorderHighlightInfo