RibbonGallery.FilterPaneContentTemplate Property

Definition

Gets or sets the DataTemplate that is used to display the contents of the filter pane.

public:
 property System::Windows::DataTemplate ^ FilterPaneContentTemplate { System::Windows::DataTemplate ^ get(); void set(System::Windows::DataTemplate ^ value); };
public System.Windows.DataTemplate FilterPaneContentTemplate { get; set; }
member this.FilterPaneContentTemplate : System.Windows.DataTemplate with get, set
Public Property FilterPaneContentTemplate As DataTemplate

Property Value

A template that specifies the visualization of the filter pane contents. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.

Remarks

Dependency Property Information

Identifier field FilterPaneContentTemplateProperty
Metadata properties set to true None

Applies to