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


In This Topic
    PickDayType Enumeration
    In This Topic
    Specifies which type of PickDayType to be used in GcDropDownCalendar.GetDatesInView method.
    Syntax
    'Declaration
     
    <SerializableAttribute()>
    Public Enum PickDayType 
       Inherits System.Enum
    'Usage
     
    Dim instance As PickDayType
    [Serializable()]
    public enum PickDayType : System.Enum 
    Members
    MemberDescription
    NormalDayOnly the days in current month.
    TrailingDayInclude the trailing days in view.
    Inheritance Hierarchy

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

    See Also