AppointmentCalendar.IsHidden 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 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
|