ClassAppointmentItem
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
public class AppointmentItem : ContentControl
Inheritance: objectAppointmentItem
Constructors
AppointmentItem()
Declaration
public AppointmentItem()
Fields
DurationMarkerMarginProperty
Declaration
public static readonly DependencyProperty DurationMarkerMarginProperty
Field Value
DependencyProperty
DurationMarkerVisibilityProperty
Declaration
public static readonly DependencyProperty DurationMarkerVisibilityProperty
Field Value
DependencyProperty
EndIndicatorVisibilityProperty
Identifies EndIndicatorVisibility read-only dependency property.
Declaration
public static readonly DependencyProperty EndIndicatorVisibilityProperty
Field Value
DependencyProperty
IsAllDayProperty
Declaration
public static readonly DependencyProperty IsAllDayProperty
Field Value
DependencyProperty
IsDraggedProperty
Declaration
public static readonly DependencyProperty IsDraggedProperty
Field Value
DependencyProperty
IsInInlineEditingModeProperty
Identifies IsInInlineEditingMode read-only dependency property.
Declaration
public static readonly DependencyProperty IsInInlineEditingModeProperty
Field Value
DependencyProperty
IsMouseOverProperty
Identifies IsMouseOver dependency property.
Declaration
public static readonly DependencyProperty IsMouseOverProperty
Field Value
DependencyProperty
IsReadOnlyProperty
Declaration
public static readonly DependencyProperty IsReadOnlyProperty
Field Value
DependencyProperty
IsSelectedProperty
Declaration
public static readonly DependencyProperty IsSelectedProperty
Field Value
DependencyProperty
ResizeCursorProperty
Identifies ResizeCursor dependency property.
Declaration
public static readonly DependencyProperty ResizeCursorProperty
Field Value
DependencyProperty
StartIndicatorVisibilityProperty
Identifies StartIndicatorVisibility read-only dependency property.
Declaration
public static readonly DependencyProperty StartIndicatorVisibilityProperty
Field Value
DependencyProperty
Properties
Appointment
Gets the appointment item.
DurationMarkerMargin
Gets DurationMarker visibility.
Declaration
public Thickness DurationMarkerMargin { get; }
Property Value
Thickness
DurationMarkerVisibility
Gets DurationMarker visibility.
Declaration
public Visibility DurationMarkerVisibility { get; }
Property Value
Visibility
EndIndicatorVisibility
Gets EndIndicator visibility.
Declaration
public Visibility EndIndicatorVisibility { get; }
Property Value
Visibility
IsAllDay
Gets whether the item is all day appointment or not.
IsDragged
Gets whether the appointment item is dragged or not.
IsInInlineEditingMode
Gets the IsInInlineEditingMode.
IsMouseOver
Gets IsMouseOver property.
IsReadOnly
Gets whether the appointment item is read-only or not.
IsSelected
Gets whether the appointment item is selected or not.
ResizeCursor
Gets or sets the default Cursor displayed on mouse over the resize grips.
Declaration
public Cursor ResizeCursor { get; set; }
Property Value
Cursor
StartIndicatorVisibility
Gets StartIndicator visibility.
Declaration
public Visibility StartIndicatorVisibility { get; }
Property Value
Visibility
Methods
ChangeVisualState(bool)
Declaration
protected virtual void ChangeVisualState(bool useTransitions)
Parameters
useTransitions
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate().
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
OnIsSelectedChanged()
Declaration
protected virtual void OnIsSelectedChanged()