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

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