Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / DateTimeCellType Class / DropDownButton Property


In This Topic
    DropDownButton Property (DateTimeCellType)
    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 DateTimeCellType
    Dim value As Boolean
     
    instance.DropDownButton = value
     
    value = instance.DropDownButton
    public bool DropDownButton {get; set;}
    See Also