Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / AllowSelection Enumeration


In This Topic
    AllowSelection Enumeration
    In This Topic
    Specifies the type of days can be selected.
    Syntax
    'Declaration
     
    <SerializableAttribute()>
    Public Enum AllowSelection 
       Inherits System.Enum
    'Usage
     
    Dim instance As AllowSelection
    [Serializable()]
    public enum AllowSelection : System.Enum 
    Members
    MemberDescription
    AnyDayAny dates can be selected.
    HolidayOnly holidays and weekend days can be selected.
    WorkdayOnly workdays can be selected.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Wpf.SpreadSheet.CellType.Editors.AllowSelection

    See Also