DateFilterHierarchicalDataTemplateデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
AlternationCount | Gets or sets the number of alternating item containers for the child items. System.Windows.HierarchicalDataTemplateから継承されます。 | |
DataTemplateKey | Gets the default key of the System.Windows.DataTemplate. System.Windows.DataTemplateから継承されます。 | |
DataType | Gets or sets the type for which this System.Windows.DataTemplate is intended. System.Windows.DataTemplateから継承されます。 | |
Dispatcher | Gets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. System.Windows.Threading.DispatcherObjectから継承されます。 | |
HasContent | Gets a value that indicates whether this template has optimized content. System.Windows.FrameworkTemplateから継承されます。 | |
IsSealed | Gets a value that indicates whether this object is in an immutable state so it cannot be changed. System.Windows.FrameworkTemplateから継承されます。 | |
ItemBindingGroup | Gets or sets the System.Windows.Data.BindingGroup that is copied to each child item. System.Windows.HierarchicalDataTemplateから継承されます。 | |
ItemContainerStyle | Gets or sets the System.Windows.Style that is applied to the item container for each child item. System.Windows.HierarchicalDataTemplateから継承されます。 | |
ItemContainerStyleSelector | Gets or sets custom style-selection logic for a style that can be applied to each item container. 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. 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. 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. 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. System.Windows.HierarchicalDataTemplateから継承されます。 | |
Resources | Gets or sets the collection of resources that can be used within the scope of this template. 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. System.Windows.FrameworkTemplateから継承されます。 | |
Triggers | Gets a collection of triggers that apply property values or perform actions based on one or more conditions. System.Windows.DataTemplateから継承されます。 | |
VisualTree | Gets or sets the root node of the template. System.Windows.FrameworkTemplateから継承されます。 |
名前 | 解説 | |
---|---|---|
FindName | Finds the element associated with the specified name defined within this template. System.Windows.FrameworkTemplateから継承されます。 | |
LoadContent | Loads the content of the template as an instance of an object and returns the root element of the content. System.Windows.FrameworkTemplateから継承されます。 | |
RegisterName | Registers a new name/object pair into the current name scope. System.Windows.FrameworkTemplateから継承されます。 | |
Seal | Locks the template so it cannot be changed. System.Windows.FrameworkTemplateから継承されます。 | |
UnregisterName | Removes a name/object mapping from the XAML namescope. System.Windows.FrameworkTemplateから継承されます。 |
名前 | 解説 | |
---|---|---|
ValidateTemplatedParent | Checks the templated parent against a set of rules. System.Windows.DataTemplateから継承されます。 |