Spread Windows Forms 12.0 Product Documentation
IsEmpty Property (DayOfWeekHolidayPolicy)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DayOfWeekHolidayPolicy Structure : IsEmpty Property
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

Reference

DayOfWeekHolidayPolicy Structure
DayOfWeekHolidayPolicy Members