GoXam for WPF v3
Default Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
View with Navigation Tools
Northwoods.GoXam Namespace
>
DataTemplateDictionary Class
: Default Property
Gets or sets the default data template, whose name is an empty string, "".
Syntax
C#
public
DataTemplate
Default {
get
;
set
;}
Remarks
Depending on the dictionary, this value corresponds to either:
NodeTemplate
,
GroupTemplate
, or
LinkTemplate
. However the value of those properties takes precedence over the dictionary's value of this Default property.
See Also
Reference
DataTemplateDictionary Class
DataTemplateDictionary Members