Spread for ASP.NET 12 Product Documentation
DatePickerMode Enumeration


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : DatePickerMode Enumeration
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.
Inheritance Hierarchy

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

See Also

Reference

FarPoint.Web.Spread Namespace