Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Renderer Namespace / ButtonRenderer Class / ShowEllipsis Property


In This Topic
    ShowEllipsis Property (ButtonRenderer)
    In This Topic
    Gets or sets whether to render ellipsis (...) to indicate text overflow in the cell.
    Syntax
    'Declaration
     
    
    Public Property ShowEllipsis As Boolean
    'Usage
     
    
    Dim instance As ButtonRenderer
    Dim value As Boolean
     
    instance.ShowEllipsis = value
     
    value = instance.ShowEllipsis
    public bool ShowEllipsis {get; set;}
    See Also