Class RadTaskBoardItem
Represents container for item in a Rad
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public class RadTaskBoardItem : ContentControl
Constructors
RadTaskBoardItem()
Fields
IsDraggingProperty
Identifies the Is
Declaration
public static readonly DependencyProperty IsDraggingProperty
Field Value
System.
|
IsSelectedProperty
Identifies the Is
Declaration
public static readonly DependencyProperty IsSelectedProperty
Field Value
System.
|
Properties
Column
Gets the Column the task belongs to.
Declaration
public TaskBoardColumn Column { get; }
Property Value
IsDragging
Gets a value indicating whether this instance is currently being dragged. This is a dependency property.
Declaration
public bool IsDragging { get; }
Property Value
System.
|
IsSelected
Gets or sets a value indicating whether this instance is selected. This is a dependency property.
Declaration
public bool IsSelected { get; set; }
Property Value
System.
|
Methods
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
OnIsSelectedChanged()
Called when selection is changed.
Declaration
protected virtual void OnIsSelectedChanged()
OnMouseDown(MouseButtonEventArgs)
Invoked when an unhandled System.Windows.Input.Mouse.MouseDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
Declaration
protected override void OnMouseDown(MouseButtonEventArgs e)
Parameters
System. The System.Windows.Input.MouseButtonEventArgs that contains the event data. This event data reports details about the mouse button that was pressed and the handled state. |