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

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