You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in one of my projects I need to access to the CalendarAppearence to set the HeaderMinimumDissolvedAlpha and CaseOptions of the FSCalendar but I have a problem to access to this properties. CalendarAppearance exists in FSCalendar, but checking the returned type I see FSCalendar.FSCalendarAppearance instead of FSCalendarAppearance and HeaderMinimumDissolvedAlpha cannot be found.
var calendar = new FSCalendar();
calendar.CalendarAppearance.HeaderMinimumDissolvedAlpha <-- not exist
Also, trying this, throws an exception!
var appearance = calendar.CalendarAppearance; <-- exception! (System.InvalidCastException, System.InvalidCastException).
Any ideas/suggestions?
The text was updated successfully, but these errors were encountered:
Hi @MarcBruins,
in one of my projects I need to access to the CalendarAppearence to set the HeaderMinimumDissolvedAlpha and CaseOptions of the FSCalendar but I have a problem to access to this properties. CalendarAppearance exists in FSCalendar, but checking the returned type I see FSCalendar.FSCalendarAppearance instead of FSCalendarAppearance and HeaderMinimumDissolvedAlpha cannot be found.
var calendar = new FSCalendar();
calendar.CalendarAppearance.HeaderMinimumDissolvedAlpha <-- not exist
Also, trying this, throws an exception!
var appearance = calendar.CalendarAppearance; <-- exception! (System.InvalidCastException, System.InvalidCastException).
Any ideas/suggestions?
The text was updated successfully, but these errors were encountered: