Gets or sets a value indicating whether to export only the calendar area that is currently visible.
Namespace: MindFusion.Scheduling.Export
Assembly: MindFusion.Scheduling.Pdf
C# Copy Code |
---|
public bool VisibleOnly { get; set; } |
Visual Basic Copy Code |
---|
Public Property VisibleOnly As Boolean |
true to export the visible portion of the control; false, to export the entire control.