RibbonApplicationMenu.AuxiliaryPaneContentTemplateSelector Property

Definition

Gets or sets the custom logic for selecting a DataTemplate that is used to display the contents of the Application Menu auxiliary pane.

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

Property Value

A custom DataTemplateSelector object that provides logic and returns a DataTemplate. The registered default is null. For more information about what can influence the value, see Dependency Property Value Precedence.

Remarks

You use the AuxiliaryPaneContentTemplate property to specify the visualization of the content. If you have more than one template defined and want to specify logic that selects a template to use, then you use this property. This property is ignored if the AuxiliaryPaneContentTemplate property is set.

Dependency Property Information

Identifier field AuxiliaryPaneContentTemplateSelectorProperty
Metadata properties set to true None

Applies to