Scheduler for WinRT
IsSelected Property (IntervalAppointmentPresenter)


Gets or sets a value that determines whether the UI element that has this IntervalAppointment as a DataContext is selected. This is a dependency property.
Syntax
'Declaration
 
Public Property IsSelected As Boolean
'Usage
 
Dim instance As IntervalAppointmentPresenter
Dim value As Boolean
 
instance.IsSelected = value
 
value = instance.IsSelected
public bool IsSelected {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IntervalAppointmentPresenter Class
IntervalAppointmentPresenter Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.