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

In This Topic
    FooterDivider Property (C1DisplayColumn)
    In This Topic
    Gets or sets a value indicating whether to display the column divider in the footer area.
    Syntax
    'Declaration
     
    
    Public Property FooterDivider As Boolean
    public bool FooterDivider {get; set;}
    See Also