Volume Control
Application-specific hotkeys for Windows
VolumeControl.WPF.DataTemplateTypeBinding Class Reference

ViewModel object for creating a dictionary-style list of System.Type <=> System.Windows.DataTemplate bindings in XAML. More...

Inheritance diagram for VolumeControl.WPF.DataTemplateTypeBinding:
Collaboration diagram for VolumeControl.WPF.DataTemplateTypeBinding:

Properties

Type Type [get, set]
 Gets or sets the System.Type that the DataTemplate is for. More...
 
DataTemplate? DataTemplate [get, set]
 Gets or sets the System.Windows.DataTemplate to use for the Type of the data. More...
 

Events

PropertyChangedEventHandler? PropertyChanged
 

Detailed Description

ViewModel object for creating a dictionary-style list of System.Type <=> System.Windows.DataTemplate bindings in XAML.

Property Documentation

◆ DataTemplate

DataTemplate? VolumeControl.WPF.DataTemplateTypeBinding.DataTemplate
getset

Gets or sets the System.Windows.DataTemplate to use for the Type of the data.

◆ Type

Type VolumeControl.WPF.DataTemplateTypeBinding.Type
getset

Gets or sets the System.Type that the DataTemplate is for.


The documentation for this class was generated from the following file: