Class AppointmentItem
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView.dll
Syntax
public class AppointmentItem : ContentControl
Constructors
AppointmentItem()
Declaration
public AppointmentItem()
Fields
DurationMarkerMarginProperty
Declaration
public static readonly DependencyProperty DurationMarkerMarginProperty
Field Value
System.Windows.DependencyProperty
|
DurationMarkerVisibilityProperty
Declaration
public static readonly DependencyProperty DurationMarkerVisibilityProperty
Field Value
System.Windows.DependencyProperty
|
EndIndicatorVisibilityProperty
Identifies EndIndicatorVisibility read-only dependency property.
Declaration
public static readonly DependencyProperty EndIndicatorVisibilityProperty
Field Value
System.Windows.DependencyProperty
|
IsAllDayProperty
Declaration
public static readonly DependencyProperty IsAllDayProperty
Field Value
System.Windows.DependencyProperty
|
IsDraggedProperty
Declaration
public static readonly DependencyProperty IsDraggedProperty
Field Value
System.Windows.DependencyProperty
|
IsInInlineEditingModeProperty
Identifies IsInInlineEditingMode read-only dependency property.
Declaration
public static readonly DependencyProperty IsInInlineEditingModeProperty
Field Value
System.Windows.DependencyProperty
|
IsMouseOverProperty
Identifies IsMouseOver dependency property.
Declaration
public static readonly DependencyProperty IsMouseOverProperty
Field Value
System.Windows.DependencyProperty
|
IsReadOnlyProperty
Declaration
public static readonly DependencyProperty IsReadOnlyProperty
Field Value
System.Windows.DependencyProperty
|
IsSelectedProperty
Declaration
public static readonly DependencyProperty IsSelectedProperty
Field Value
System.Windows.DependencyProperty
|
ResizeCursorProperty
Identifies ResizeCursor dependency property.
Declaration
public static readonly DependencyProperty ResizeCursorProperty
Field Value
System.Windows.DependencyProperty
|
StartIndicatorVisibilityProperty
Identifies StartIndicatorVisibility read-only dependency property.
Declaration
public static readonly DependencyProperty StartIndicatorVisibilityProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Appointment
Gets the appointment item.
Declaration
public IAppointment Appointment { get; }
Property Value
IAppointment
|
DurationMarkerMargin
Gets DurationMarker visibility.
Declaration
public Thickness DurationMarkerMargin { get; }
Property Value
System.Windows.Thickness
|
DurationMarkerVisibility
Gets DurationMarker visibility.
Declaration
public Visibility DurationMarkerVisibility { get; }
Property Value
System.Windows.Visibility
|
EndIndicatorVisibility
Gets EndIndicator visibility.
Declaration
public Visibility EndIndicatorVisibility { get; }
Property Value
System.Windows.Visibility
|
IsAllDay
Gets whether the item is all day appointment or not.
Declaration
public bool IsAllDay { get; }
Property Value
System.Boolean
|
IsDragged
Gets whether the appointment item is dragged or not.
Declaration
public bool IsDragged { get; }
Property Value
System.Boolean
|
IsInInlineEditingMode
Gets the IsInInlineEditingMode.
Declaration
public bool IsInInlineEditingMode { get; }
Property Value
System.Boolean
|
IsMouseOver
Gets IsMouseOver property.
Declaration
public bool IsMouseOver { get; }
Property Value
System.Boolean
|
IsReadOnly
Gets whether the appointment item is read-only or not.
Declaration
public bool IsReadOnly { get; }
Property Value
System.Boolean
|
IsSelected
Gets whether the appointment item is selected or not.
Declaration
public bool IsSelected { get; }
Property Value
System.Boolean
|
ResizeCursor
Gets or sets the default System.Windows.Input.Cursor displayed on mouse over the resize grips.
Declaration
public Cursor ResizeCursor { get; set; }
Property Value
System.Windows.Input.Cursor
|
StartIndicatorVisibility
Gets StartIndicator visibility.
Declaration
public Visibility StartIndicatorVisibility { get; }
Property Value
System.Windows.Visibility
|
Methods
ChangeVisualState(Boolean)
Declaration
protected virtual void ChangeVisualState(bool useTransitions)
Parameters
System.Boolean
useTransitions
|
GoToState(Boolean, String[])
Declaration
protected void GoToState(bool useTransitions, params string[] stateNames)
Parameters
System.Boolean
useTransitions
|
System.String[]
stateNames
|
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
System.Windows.Automation.Peers.AutomationPeer
|
OnIsSelectedChanged()
Declaration
protected virtual void OnIsSelectedChanged()