ComponentOne InputPanel for WPF
C1.WPF.InputPanel.4.5.2 Assembly / C1.WPF.InputPanel Namespace / C1InputPanel Class / HeaderTemplate Property

In This Topic
    HeaderTemplate Property
    In This Topic
    Gets or sets the data template used to display the header.
    Syntax
    'Declaration
     
    Public Property HeaderTemplate As DataTemplate
    public DataTemplate HeaderTemplate {get; set;}
    See Also