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

In This Topic
    Style Property (DropDownList)
    In This Topic
    Returns or sets the normal Style object for the list.
    Syntax
    'Declaration
     
    
    Public Property Style As Style
    public Style Style {get; set;}
    Remarks
    This property returns or sets the Style object that controls the normal appearance of a cell within a list, column, or split. By default, this is the built-in Normal style.
    See Also