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

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