Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ComboBoxCellType Class / ShowEllipsis Property
Example


In This Topic
    ShowEllipsis Property (ComboBoxCellType)
    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 ComboBoxCellType
    Dim value As Boolean
     
    instance.ShowEllipsis = value
     
    value = instance.ShowEllipsis
    public bool ShowEllipsis {get; set;}
    Remarks
    This property only has an effect if the ShowButton and AllowWrap properties are false.
    Example
    This example sets the ShowEllipsis property.
    See Also