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

In This Topic
    Style Property (C1ListBase)
    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 C1.Win.C1List.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