Gets or sets a flag indicating whether the item is visible or not.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public abstract bool Visible { get; set; } |
Visual Basic Copy Code |
---|
Public MustOverride Property Visible As Boolean |
true if the item is visible; otherwise, false. The default is true.
Invisible items are not drawn at all. You could use this property to hide an item temporarily, or to store additional data in a helper item object that always stays invisible.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |