Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FilterBarCellType Class / DatePickerMode Property
Example


In This Topic
    DatePickerMode Property
    In This Topic
    Gets or sets a value that indicates how to display the DatePicker control.
    Syntax
    'Declaration
     
    
    Public Property DatePickerMode As DatePickerMode
    'Usage
     
    
    Dim instance As FilterBarCellType
    Dim value As DatePickerMode
     
    instance.DatePickerMode = value
     
    value = instance.DatePickerMode
    public DatePickerMode DatePickerMode {get; set;}
    Example
    This example sets the DatePickerMode property.
    See Also