C# |
public DataTemplateSelector PopupContentTemplateSelector { get; set; }
|
VB |
Public Property PopupContentTemplateSelector As DataTemplateSelector
|
Property value
Type: DataTemplateSelector
A DataTemplateSelector object that chooses a content template for this DropDownButtonBase based on custom logic.
To explicitly set the content template, use the PopupContentTemplate. This template will be applied to an object that serves as a pop-up for thisDropDownButtonBase (see the PopupContent property).
See the Choosing Templates Based on Custom Logic article to learn more.