AppointmentCalendar.SummaryCardView Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets how the summary card for the calendar's appointments are displayed.
public:
property AppointmentSummaryCardView SummaryCardView { AppointmentSummaryCardView get(); void set(AppointmentSummaryCardView value); };
AppointmentSummaryCardView SummaryCardView();
void SummaryCardView(AppointmentSummaryCardView value);
public AppointmentSummaryCardView SummaryCardView { get; set; }
var appointmentSummaryCardView = appointmentCalendar.summaryCardView;
appointmentCalendar.summaryCardView = appointmentSummaryCardView;
Public Property SummaryCardView As AppointmentSummaryCardView
Property Value
An AppointmentSummaryCardView value indicating how the summary card for the calendar's appointments are displayed.
Windows requirements
App capabilities |
appointmentsSystem
|