Class DropReorderHighlightContainer
Inheritance
System.Object
DropReorderHighlightContainer
Namespace: Telerik.Windows.Controls.GanttView
Assembly: Telerik.Windows.Controls.GanttView.dll
Syntax
public class DropReorderHighlightContainer : Control, IDataContainer, IThemable
Constructors
DropReorderHighlightContainer()
Declaration
public DropReorderHighlightContainer()
Properties
DataItem
Gets or sets the data item.
Declaration
public object DataItem { get; set; }
Property Value
System.Object
The data item. |
Implements
Methods
ChangeVisualState(Boolean)
Declaration
protected virtual void ChangeVisualState(bool useTransitions)
Parameters
System.Boolean
useTransitions
|
ResetTheme()
Resets the theme.
Declaration
public void ResetTheme()
SetDataContext(DropReorderHighlightInfo)
Declaration
protected virtual void SetDataContext(DropReorderHighlightInfo highlightInfo)
Parameters
DropReorderHighlightInfo
highlightInfo
|