The following tables list the members exposed by DateFilterHierarchicalDataTemplate.
Name | Description | |
---|---|---|
DateFilterHierarchicalDataTemplate Constructor |
Name | Description | |
---|---|---|
AlternationCount | Gets or sets the number of alternating item containers for the child items. (Inherited from System.Windows.HierarchicalDataTemplate) | |
DataTemplateKey | Gets the default key of the System.Windows.DataTemplate. (Inherited from System.Windows.DataTemplate) | |
DataType | Gets or sets the type for which this System.Windows.DataTemplate is intended. (Inherited from System.Windows.DataTemplate) | |
Dispatcher | Gets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject) | |
HasContent | Gets a value that indicates whether this template has optimized content. (Inherited from System.Windows.FrameworkTemplate) | |
IsSealed | Gets a value that indicates whether this object is in an immutable state so it cannot be changed. (Inherited from System.Windows.FrameworkTemplate) | |
ItemBindingGroup | Gets or sets the System.Windows.Data.BindingGroup that is copied to each child item. (Inherited from System.Windows.HierarchicalDataTemplate) | |
ItemContainerStyle | Gets or sets the System.Windows.Style that is applied to the item container for each child item. (Inherited from System.Windows.HierarchicalDataTemplate) | |
ItemContainerStyleSelector | Gets or sets custom style-selection logic for a style that can be applied to each item container. (Inherited from System.Windows.HierarchicalDataTemplate) | |
ItemsSource | Gets 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) | |
ItemStringFormat | Gets 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) | |
ItemTemplate | Gets 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) | |
ItemTemplateSelector | Gets 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) | |
Resources | Gets or sets the collection of resources that can be used within the scope of this template. (Inherited from System.Windows.FrameworkTemplate) | |
Template | Gets 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) | |
Triggers | Gets a collection of triggers that apply property values or perform actions based on one or more conditions. (Inherited from System.Windows.DataTemplate) | |
VisualTree | Gets or sets the root node of the template. (Inherited from System.Windows.FrameworkTemplate) |
Name | Description | |
---|---|---|
FindName | Finds the element associated with the specified name defined within this template. (Inherited from System.Windows.FrameworkTemplate) | |
LoadContent | Loads the content of the template as an instance of an object and returns the root element of the content. (Inherited from System.Windows.FrameworkTemplate) | |
RegisterName | Registers a new name/object pair into the current name scope. (Inherited from System.Windows.FrameworkTemplate) | |
Seal | Locks the template so it cannot be changed. (Inherited from System.Windows.FrameworkTemplate) | |
UnregisterName | Removes a name/object mapping from the XAML namescope. (Inherited from System.Windows.FrameworkTemplate) |
Name | Description | |
---|---|---|
ValidateTemplatedParent | Checks the templated parent against a set of rules. (Inherited from System.Windows.DataTemplate) |