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


In This Topic
    MaxDropDownHeight Property (TokenizedTextBox)
    In This Topic
    Gets or sets a value representing the maximum dropdown height.
    Syntax
    'Declaration
     
    Public Property MaxDropDownHeight As Double
    'Usage
     
    Dim instance As TokenizedTextBox
    Dim value As Double
     
    instance.MaxDropDownHeight = value
     
    value = instance.MaxDropDownHeight
    public double MaxDropDownHeight {get; set;}

    Property Value

    A value representing the maximum dropdown height.
    Requirements

    See Also