menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class VisibleDatesChangedEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class VisibleDatesChangedEventArgs

    The Visible Dates Changed Event Argument returns the visible dates of the current visible view in schedule.

    Inheritance
    System.Object
    VisibleDatesChangedEventArgs
    Namespace: Syncfusion.SfSchedule.XForms
    Assembly: Syncfusion.SfSchedule.XForms.dll
    Syntax
    public class VisibleDatesChangedEventArgs : EventArgs

    Constructors

    VisibleDatesChangedEventArgs()

    Initializes a new instance of the VisibleDatesChangedEventArgs class.

    Declaration
    public VisibleDatesChangedEventArgs()

    Properties

    Schedule

    Gets returns schedule object.

    Declaration
    public SfSchedule Schedule { get; }
    Property Value
    Type
    SfSchedule

    visibleDates

    Gets returns Visible dates collection.

    Declaration
    public List<DateTime> visibleDates { get; }
    Property Value
    Type
    System.Collections.Generic.List<System.DateTime>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved