ComponentOne DataFilter for WPF
C1.WPF.DataFilter Namespace / CheckListFilterPresenter Class / HeaderTemplate Property

In This Topic
    HeaderTemplate Property (CheckListFilterPresenter)
    In This Topic
    Gets or sets the DataTemplate used in the header.
    Syntax
    'Declaration
     
    
    Public Property HeaderTemplate As DataTemplate
    public DataTemplate HeaderTemplate {get; set;}
    See Also