Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / EditBaseCellType Class / DropDownButton Property


In This Topic
    DropDownButton Property (EditBaseCellType)
    In This Topic
    Gets or sets whether a drop-down button is displayed in the cell.
    Syntax
    'Declaration
     
    
    Public Property DropDownButton As Boolean
    'Usage
     
    
    Dim instance As EditBaseCellType
    Dim value As Boolean
     
    instance.DropDownButton = value
     
    value = instance.DropDownButton
    public bool DropDownButton {get; set;}
    See Also