AppointmentCalendar.IsHidden Property

Definition

Gets whether the AppointmentCalendar is hidden in the device's built-in calendar UI.

public:
 property bool IsHidden { bool get(); void set(bool value); };
bool IsHidden();

void IsHidden(bool value);
public bool IsHidden { get; set; }
var boolean = appointmentCalendar.isHidden;
appointmentCalendar.isHidden = boolean;
Public Property IsHidden As Boolean

Property Value

Boolean

bool

A boolean value indicating whether the AppointmentCalendar is hidden in the device's built-in calendar UI.

Windows requirements

App capabilities
appointmentsSystem

Applies to