ComponentOne List for WinForms
C1.Win.C1List Namespace / DropDownList Class / CurrentCellVisible Property

In This Topic
    CurrentCellVisible Property (DropDownList)
    In This Topic
    Gets or sets a value indicating the visibility of the current cell in a split.
    Syntax
    'Declaration
     
    
    Public Property CurrentCellVisible As Boolean
    public bool CurrentCellVisible {get; set;}
    See Also