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

In This Topic
    CaptionStyle Property (C1List)
    In This Topic
    Returns or sets the 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