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

In This Topic
    ColumnCaptionHeight Property (C1ListBase)
    In This Topic
    Returns or sets the height of the column headers.
    Syntax
    'Declaration
     
    
    Public Property ColumnCaptionHeight As Integer
    public int ColumnCaptionHeight {get; set;}
    See Also