Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / ToolbarDropDown Class / MaxDropDownHeight Property


In This Topic
    MaxDropDownHeight Property
    In This Topic
    Syntax
    'Declaration
     
    Public Property MaxDropDownHeight As Double
    'Usage
     
    Dim instance As ToolbarDropDown
    Dim value As Double
     
    instance.MaxDropDownHeight = value
     
    value = instance.MaxDropDownHeight
    public double MaxDropDownHeight {get; set;}
    See Also