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

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