Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1ScrollViewer Class / BottomHeader Property

In This Topic
    BottomHeader Property
    In This Topic
    Gets or sets the content of the bottom header.
    Syntax
    'Declaration
     
    
    Public Property BottomHeader As UIElement
    public UIElement BottomHeader {get; set;}
    See Also