Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / TimePicker Class / MaxDropDownHeight Property


In This Topic
    MaxDropDownHeight Property (TimePicker)
    In This Topic
    Gets or sets the height of the popup of the TimePicker.
    Syntax
    'Declaration
     
    Public Property MaxDropDownHeight As Double
    'Usage
     
    Dim instance As TimePicker
    Dim value As Double
     
    instance.MaxDropDownHeight = value
     
    value = instance.MaxDropDownHeight
    public double MaxDropDownHeight {get; set;}

    Property Value

    Height of the popup
    Requirements

    See Also