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


In This Topic
    DropDownButton Property
    In This Topic
    Gets or sets a value that indicates whether the drop-down button displays.
    Syntax
    'Declaration
     
    
    Public Property DropDownButton As Boolean
    'Usage
     
    
    Dim instance As FilterBarCellType
    Dim value As Boolean
     
    instance.DropDownButton = value
     
    value = instance.DropDownButton
    public bool DropDownButton {get; set;}

    Property Value

    true if the drop-down button displays; otherwise, false.
    Example
    This example sets the DropDownButton property.
    See Also