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