Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / DatePickerMode Enumeration
Example Example


In This Topic
    DatePickerMode Enumeration
    In This Topic
    Specifies how to display the DatePicker control in the filter bar.
    Syntax
    'Declaration
     
    
    Public Enum DatePickerMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As DatePickerMode
    public enum DatePickerMode : System.Enum 
    Members
    MemberDescription
    AutoShows or hides the DatePicker control based on the type of data in the column. If the drop-down button is not displayed, the date picker button is not displayed.
    HideHides the DatePicker control in the filter bar.
    ShowShows the DatePicker control in the filter bar.
    Example
    This example sets the DatePickerMode enumeration.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Web.Spread.DatePickerMode

    See Also