Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / AllowSelection Enumeration


In This Topic
    AllowSelection Enumeration
    In This Topic
    Specifies the type of dates that can be selected.
    Syntax
    'Declaration
     
    
    Public Enum AllowSelection 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As AllowSelection
    public enum AllowSelection : System.Enum 
    Members
    MemberDescription
    AnydaySpecifies that any dates can be selected.
    HolidaySpecifies that only holidays and weekend days can be selected.
    WorkdaySpecifies that only workdays can be selected.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Win.Spread.InputMan.CellType.AllowSelection

    See Also