MindFusion.Scheduling for ASP.NET Programmer's Guide
Item.Visible Property
See Also
 





Gets or sets a flag indicating whether the item is visible or not.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public abstract bool Visible { get; set; }

Visual Basic  Copy Code

Public MustOverride Property Visible As Boolean

 Property Value

true if the Item is visible; otherwise false.

 See Also

Item Members
Item Class
MindFusion.Scheduling Namespace