Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DateTimeDropDownPicker Class / ShowPickers Property


In This Topic
    ShowPickers Property (DateTimeDropDownPicker)
    In This Topic
    Gets or sets the display options of the drop-down picker.
    Syntax
    'Declaration
     
    
    Public Property ShowPickers As PickerDisplayOptions
    'Usage
     
    
    Dim instance As DateTimeDropDownPicker
    Dim value As PickerDisplayOptions
     
    instance.ShowPickers = value
     
    value = instance.ShowPickers
    public PickerDisplayOptions ShowPickers {get; set;}

    Property Value

    A PickerDisplayOptions value that indicates the display options of the drop-down picker.
    The default is PickerDisplayOptions.Both.
    Remarks
    Use the ShowPickers property to get or set the display options of the drop-down picker.
    See Also