ComponentOne DataFilter for WPF
C1.WPF.DataFilter Namespace / CustomFilter Class / Template Property

In This Topic
    Template Property (CustomFilter)
    In This Topic
    Gets or sets the control template that represents the custom filter.
    Syntax
    'Declaration
     
    
    Public Property Template As DataTemplate
    public DataTemplate Template {get; set;}
    See Also