ComponentOne CalendarView for WinForms
C1.Win.Calendar Namespace / C1CalendarView Class / ShouldSerializeWorkDays Method

In This Topic
    ShouldSerializeWorkDays Method
    In This Topic
    Indicates whether the WorkDays property should be persisted.
    Syntax
    'Declaration
     
    
    Protected Function ShouldSerializeWorkDays() As Boolean
    protected bool ShouldSerializeWorkDays()

    Return Value

    true if the WorkDays property value has been changed from its default; otherwise, false.
    See Also