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

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