Version

DateFilterHierarchicalDataTemplate Class Members

The following tables list the members exposed by DateFilterHierarchicalDataTemplate.

Public Constructors
Public Properties
 NameDescription
Public PropertyAlternationCountGets or sets the number of alternating item containers for the child items. (Inherited from System.Windows.HierarchicalDataTemplate)
Public PropertyDataTemplateKeyGets the default key of the System.Windows.DataTemplate. (Inherited from System.Windows.DataTemplate)
Public PropertyDataTypeGets or sets the type for which this System.Windows.DataTemplate is intended. (Inherited from System.Windows.DataTemplate)
Public PropertyDispatcherGets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject)
Public PropertyHasContentGets a value that indicates whether this template has optimized content. (Inherited from System.Windows.FrameworkTemplate)
Public PropertyIsSealedGets a value that indicates whether this object is in an immutable state so it cannot be changed. (Inherited from System.Windows.FrameworkTemplate)
Public PropertyItemBindingGroupGets or sets the System.Windows.Data.BindingGroup that is copied to each child item. (Inherited from System.Windows.HierarchicalDataTemplate)
Public PropertyItemContainerStyleGets or sets the System.Windows.Style that is applied to the item container for each child item. (Inherited from System.Windows.HierarchicalDataTemplate)
Public PropertyItemContainerStyleSelectorGets or sets custom style-selection logic for a style that can be applied to each item container. (Inherited from System.Windows.HierarchicalDataTemplate)
Public PropertyItemsSourceGets or sets the binding for this data template, which indicates where to find the collection that represents the next level in the data hierarchy. (Inherited from System.Windows.HierarchicalDataTemplate)
Public PropertyItemStringFormatGets or sets a composite string that specifies how to format the items in the next level in the data hierarchy if they are displayed as strings. (Inherited from System.Windows.HierarchicalDataTemplate)
Public PropertyItemTemplateGets or sets the System.Windows.DataTemplate to apply to the System.Windows.Controls.ItemsControl.ItemTemplate property on a generated System.Windows.Controls.HeaderedItemsControl (such as a System.Windows.Controls.MenuItem or a System.Windows.Controls.TreeViewItem), to indicate how to display items from the next level in the data hierarchy. (Inherited from System.Windows.HierarchicalDataTemplate)
Public PropertyItemTemplateSelectorGets or sets the System.Windows.Controls.DataTemplateSelector to apply to the System.Windows.Controls.ItemsControl.ItemTemplateSelector property on a generated System.Windows.Controls.HeaderedItemsControl (such as a System.Windows.Controls.MenuItem or a System.Windows.Controls.TreeViewItem), to indicate how to select a template to display items from the next level in the data hierarchy. (Inherited from System.Windows.HierarchicalDataTemplate)
Public PropertyResourcesGets or sets the collection of resources that can be used within the scope of this template. (Inherited from System.Windows.FrameworkTemplate)
Public PropertyTemplateGets or sets a reference to the object that records or plays the XAML nodes for the template when the template is defined or applied by a writer. (Inherited from System.Windows.FrameworkTemplate)
Public PropertyTriggersGets a collection of triggers that apply property values or perform actions based on one or more conditions. (Inherited from System.Windows.DataTemplate)
Public PropertyVisualTreeGets or sets the root node of the template. (Inherited from System.Windows.FrameworkTemplate)
Public Methods
 NameDescription
Public MethodFindNameFinds the element associated with the specified name defined within this template. (Inherited from System.Windows.FrameworkTemplate)
Public MethodLoadContentLoads the content of the template as an instance of an object and returns the root element of the content. (Inherited from System.Windows.FrameworkTemplate)
Public MethodRegisterNameRegisters a new name/object pair into the current name scope. (Inherited from System.Windows.FrameworkTemplate)
Public MethodSealLocks the template so it cannot be changed. (Inherited from System.Windows.FrameworkTemplate)
Public MethodUnregisterNameRemoves a name/object mapping from the XAML namescope. (Inherited from System.Windows.FrameworkTemplate)
Protected Methods
 NameDescription
Protected MethodValidateTemplatedParentChecks the templated parent against a set of rules. (Inherited from System.Windows.DataTemplate)
See Also