Class RecordViewTemplateSelector
Inheritance
System.Object
RecordViewTemplateSelector
Namespace: ArtOfTest.WebAii.Design.UI.PropertyEditor.TemplateSelectors
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class RecordViewTemplateSelector : DataTemplateSelector
Constructors
RecordViewTemplateSelector()
Declaration
public RecordViewTemplateSelector()
Properties
ActionPointEditorTemplate
Declaration
public DataTemplate ActionPointEditorTemplate { get; set; }
Property Value
System.
|
DataDrivenEditorTemplate
Declaration
public DataTemplate DataDrivenEditorTemplate { get; set; }
Property Value
System.
|
ExpandableObjectTemplate
Declaration
public DataTemplate ExpandableObjectTemplate { get; set; }
Property Value
System.
|
ModifierKeysEditorTemplate
Declaration
public DataTemplate ModifierKeysEditorTemplate { get; set; }
Property Value
System.
|
TargetEditorTemplate
Declaration
public DataTemplate TargetEditorTemplate { get; set; }
Property Value
System.
|
WinFormsKeysTemplate
Declaration
public DataTemplate WinFormsKeysTemplate { get; set; }
Property Value
System.
|
Methods
SelectTemplate(Object, DependencyObject)
Declaration
public override DataTemplate SelectTemplate(object item, DependencyObject container)
Parameters
System.
|
System.
|
Returns
System.
|