Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / IntegerCellType Class / ShowPopupButton Property
Example


In This Topic
    ShowPopupButton Property (IntegerCellType)
    In This Topic
    Gets or sets whether the editor supports showing a pop-up control.
    Syntax
    'Declaration
     
    
    Public Overrides Property ShowPopupButton As Boolean
    'Usage
     
    
    Dim instance As IntegerCellType
    Dim value As Boolean
     
    instance.ShowPopupButton = value
     
    value = instance.ShowPopupButton
    public override bool ShowPopupButton {get; set;}
    Example
    This example shows a pop-up button when the cell is in edit mode.
    See Also