Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DayOfWeekHolidayPolicy Structure / IsEmpty Property


In This Topic
    IsEmpty Property (DayOfWeekHolidayPolicy)
    In This Topic
    Gets the value that indicates whether all properties of this DayOfWeekHolidayPolicy are uninitialized.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsEmpty As Boolean
    'Usage
     
    
    Dim instance As DayOfWeekHolidayPolicy
    Dim value As Boolean
     
    value = instance.IsEmpty
    public bool IsEmpty {get;}

    Property Value

    This property returns true if the WeekFlags is set to WeekFlags.None and the Override property is false; otherwise, false.
    See Also