Share via


FilterRulePanel.RemoveFilterRulePanelItemContentTemplate(Type) Method

Definition

Removes the Type and associated DataTemplate from usage when displaying objects of that type in the FilterRulePanel.

public:
 void RemoveFilterRulePanelItemContentTemplate(Type ^ type);
public:
 void RemoveFilterRulePanelItemContentTemplate(Platform::Type ^ type);
public void RemoveFilterRulePanelItemContentTemplate (Type type);
member this.RemoveFilterRulePanelItemContentTemplate : Type -> unit
Public Sub RemoveFilterRulePanelItemContentTemplate (type As Type)

Parameters

type
Type

The type to remove.

Applies to