ClassAppointmentItem
Definition
Namespace:Telerik.UI.Xaml.Controls
Assembly:Telerik.WinUI.Controls.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
IsPointerOverProperty
Identifies IsPointerOver dependency property.
Declaration
public static readonly DependencyProperty IsPointerOverProperty
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
ShowDeleteButtonProperty
Identifies ShowDeleteButton dependency property.
Declaration
public static readonly DependencyProperty ShowDeleteButtonProperty
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.
IsPointerOver
Gets IsPointerOver 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 System.Windows.Input.Cursor displayed on mouse over the resize grips.
Declaration
public InputSystemCursorShape ResizeCursor { get; set; }
Property Value
InputSystemCursorShape
ShowDeleteButton
Gets or sets a value indicating whether the delete button will be visible or not.
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
protected override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
OnIsSelectedChanged()
Declaration
protected virtual void OnIsSelectedChanged()