Class
AppointmentItem

Definition

Namespace:Telerik.UI.Xaml.Controls

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class AppointmentItem : ContentControl

Inheritance: objectAppointmentItem

Constructors

AppointmentItem()

Declaration

cs-api-definition
public AppointmentItem()

Fields

DurationMarkerMarginProperty

Declaration

cs-api-definition
public static readonly DependencyProperty DurationMarkerMarginProperty

Field Value

DependencyProperty

DurationMarkerVisibilityProperty

Declaration

cs-api-definition
public static readonly DependencyProperty DurationMarkerVisibilityProperty

Field Value

DependencyProperty

EndIndicatorVisibilityProperty

Identifies EndIndicatorVisibility read-only dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty EndIndicatorVisibilityProperty

Field Value

DependencyProperty

IsAllDayProperty

Declaration

cs-api-definition
public static readonly DependencyProperty IsAllDayProperty

Field Value

DependencyProperty

IsDraggedProperty

Declaration

cs-api-definition
public static readonly DependencyProperty IsDraggedProperty

Field Value

DependencyProperty

IsInInlineEditingModeProperty

Identifies IsInInlineEditingMode read-only dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsInInlineEditingModeProperty

Field Value

DependencyProperty

IsPointerOverProperty

Identifies IsPointerOver dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsPointerOverProperty

Field Value

DependencyProperty

IsReadOnlyProperty

Declaration

cs-api-definition
public static readonly DependencyProperty IsReadOnlyProperty

Field Value

DependencyProperty

IsSelectedProperty

Declaration

cs-api-definition
public static readonly DependencyProperty IsSelectedProperty

Field Value

DependencyProperty

ResizeCursorProperty

Identifies ResizeCursor dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ResizeCursorProperty

Field Value

DependencyProperty

ShowDeleteButtonProperty

Identifies ShowDeleteButton dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ShowDeleteButtonProperty

Field Value

DependencyProperty

StartIndicatorVisibilityProperty

Identifies StartIndicatorVisibility read-only dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty StartIndicatorVisibilityProperty

Field Value

DependencyProperty

Properties

Appointment

Gets the appointment item.

Declaration

cs-api-definition
public IAppointment Appointment { get; }

Property Value

IAppointment

DurationMarkerMargin

Gets DurationMarker visibility.

Declaration

cs-api-definition
public Thickness DurationMarkerMargin { get; }

Property Value

Thickness

DurationMarkerVisibility

Gets DurationMarker visibility.

Declaration

cs-api-definition
public Visibility DurationMarkerVisibility { get; }

Property Value

Visibility

EndIndicatorVisibility

Gets EndIndicator visibility.

Declaration

cs-api-definition
public Visibility EndIndicatorVisibility { get; }

Property Value

Visibility

IsAllDay

Gets whether the item is all day appointment or not.

Declaration

cs-api-definition
public bool IsAllDay { get; }

Property Value

bool

IsDragged

Gets whether the appointment item is dragged or not.

Declaration

cs-api-definition
public bool IsDragged { get; }

Property Value

bool

IsInInlineEditingMode

Gets the IsInInlineEditingMode.

Declaration

cs-api-definition
public bool IsInInlineEditingMode { get; }

Property Value

bool

IsPointerOver

Gets IsPointerOver property.

Declaration

cs-api-definition
public bool IsPointerOver { get; }

Property Value

bool

IsReadOnly

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

Declaration

cs-api-definition
public bool IsReadOnly { get; }

Property Value

bool

IsSelected

Gets whether the appointment item is selected or not.

Declaration

cs-api-definition
public bool IsSelected { get; }

Property Value

bool

ResizeCursor

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

Declaration

cs-api-definition
public InputSystemCursorShape ResizeCursor { get; set; }

Property Value

InputSystemCursorShape

ShowDeleteButton

Gets or sets a value indicating whether the delete button will be visible or not.

Declaration

cs-api-definition
public bool ShowDeleteButton { get; set; }

Property Value

bool

StartIndicatorVisibility

Gets StartIndicator visibility.

Declaration

cs-api-definition
public Visibility StartIndicatorVisibility { get; }

Property Value

Visibility

Methods

ChangeVisualState(bool)

Declaration

cs-api-definition
protected virtual void ChangeVisualState(bool useTransitions)

Parameters

useTransitions

bool

GoToState(bool, params string[])

Declaration

cs-api-definition
protected void GoToState(bool useTransitions, params string[] stateNames)

Parameters

useTransitions

bool

stateNames

string[]

OnApplyTemplate()

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

Declaration

cs-api-definition
protected override void OnApplyTemplate()

OnCreateAutomationPeer()

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

OnIsSelectedChanged()

Declaration

cs-api-definition
protected virtual void OnIsSelectedChanged()