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

In This Topic
    HeaderContent Property (CheckListFilterPresenter)
    In This Topic
    Gets or sets the content for the Header of current CheckListFilterPresenter control.
    Syntax
    'Declaration
     
    
    Public Property HeaderContent As Object
    public object HeaderContent {get; set;}
    See Also