Gets or sets a value indicating whether the event was handled by the client.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public bool Handled { get; set; } |
Visual Basic Copy Code |
---|
Public Property Handled As Boolean |
true to prevent further rendering of this element; false to proceed with the default rendering.
This property is only valid for the ItemDrawing event.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |