dbicDayView Send comments on this topic.
Visible Property
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiAppointmentDialog Class : Visible Property

Gets or sets a value indicating whether the control and all its child controls are displayed.

Syntax

Visual Basic (Declaration) 
Public Property Visible As Boolean
C# 
public bool Visible {get; set;}

Property Value

true if the control and all its child controls are displayed; otherwise, false. The default is true.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also