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

In This Topic
    CaptionStyle Property (C1ListBase)
    In This Topic
    Returns or sets the C1.Win.C1List.Style object that controls the appearance of the caption area.
    Syntax
    'Declaration
     
    
    Public Property CaptionStyle As Style
    public Style CaptionStyle {get; set;}
    Remarks
    This property sets or returns the Style object that controls the appearance of a C1List control's caption bar or a Split object's heading area. By default, this is the built-in Caption style.
    See Also