New to Telerik UI for WPFStart a free 30-day trial

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.ScheduleView.dll

Syntax:

C#
public class AppointmentItem : ContentControl

Inheritance: objectAppointmentItem

Constructors

C#
public AppointmentItem()

Fields

C#
public static readonly DependencyProperty DurationMarkerMarginProperty
C#
public static readonly DependencyProperty DurationMarkerVisibilityProperty

Identifies EndIndicatorVisibility read-only dependency property.

C#
public static readonly DependencyProperty EndIndicatorVisibilityProperty

IsAllDayProperty

DependencyProperty

C#
public static readonly DependencyProperty IsAllDayProperty

IsDraggedProperty

DependencyProperty

C#
public static readonly DependencyProperty IsDraggedProperty

Identifies IsInInlineEditingMode read-only dependency property.

C#
public static readonly DependencyProperty IsInInlineEditingModeProperty

IsMouseOverProperty

DependencyProperty

Identifies IsMouseOver dependency property.

C#
public static readonly DependencyProperty IsMouseOverProperty

IsReadOnlyProperty

DependencyProperty

C#
public static readonly DependencyProperty IsReadOnlyProperty

IsSelectedProperty

DependencyProperty

C#
public static readonly DependencyProperty IsSelectedProperty

ResizeCursorProperty

DependencyProperty

Identifies ResizeCursor dependency property.

C#
public static readonly DependencyProperty ResizeCursorProperty

Identifies StartIndicatorVisibility read-only dependency property.

C#
public static readonly DependencyProperty StartIndicatorVisibilityProperty

Properties

Gets the appointment item.

C#
public IAppointment Appointment { get; }

Gets DurationMarker visibility.

C#
public Thickness DurationMarkerMargin { get; }

Gets DurationMarker visibility.

C#
public Visibility DurationMarkerVisibility { get; }

Gets EndIndicator visibility.

C#
public Visibility EndIndicatorVisibility { get; }

Gets whether the item is all day appointment or not.

C#
public bool IsAllDay { get; }

Gets whether the appointment item is dragged or not.

C#
public bool IsDragged { get; }

Gets the IsInInlineEditingMode.

C#
public bool IsInInlineEditingMode { get; }

Gets IsMouseOver property.

C#
public bool IsMouseOver { get; }

Gets whether the appointment item is read-only or not.

C#
public bool IsReadOnly { get; }

Gets whether the appointment item is selected or not.

C#
public bool IsSelected { get; }

Gets or sets the default Cursor displayed on mouse over the resize grips.

C#
public Cursor ResizeCursor { get; set; }

Gets StartIndicator visibility.

C#
public Visibility StartIndicatorVisibility { get; }

Methods

C#
protected virtual void ChangeVisualState(bool useTransitions)
Parameters:useTransitionsbool
C#
protected void GoToState(bool useTransitions, params string[] stateNames)
Parameters:useTransitionsboolstateNamesstring[]

When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate().

C#
public override void OnApplyTemplate()
C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs
C#
protected virtual void OnIsSelectedChanged()