EditorTemplates Properties
Provides default templates for report parameter editors.Name | Description |
---|---|
BooleanTemplate static | Gets a default template for editors used to edit parameters of the boolean type. |
Count | Gets the number of entries in the base ResourceDictionary. Inherited from ResourceDictionary. |
DateRangeTemplate static | |
DateTimeTemplate static | Gets a default template for editors used to edit parameters of the date type. |
DeferrableContent | Gets or sets the deferrable content for this resource dictionary. Inherited from ResourceDictionary. |
DescriptionDefaultStyle static | Returns the editor description’s default style. |
GuidTemplate static | Specifies the editor for GUID (Globally Unique Identifier) values in the Parameters panel. |
InvalidatesImplicitDataTemplateResources |
Gets or sets a value that indicates whether the invalidations fired by the ResourceDictionary object cause ContentPresenter objects to reevaluate their choice of template. The invalidations happen when an implicit data template resource changes. Inherited from ResourceDictionary. |
IsFixedSize | Gets whether this ResourceDictionary is fixed-size. Inherited from ResourceDictionary. |
IsReadOnly | Gets whether this ResourceDictionary is read-only. Inherited from ResourceDictionary. |
Item[Object] | Gets or sets the value associated with the given key. Inherited from ResourceDictionary. |
Keys | Gets a collection of all keys contained in this ResourceDictionary. Inherited from ResourceDictionary. |
LookUpEditTemplate static | Gets a default template for editors used to edit lookup parameters. |
MergedDictionaries | Gets a collection of the ResourceDictionary dictionaries that constitute the various resource dictionaries in the merged dictionaries. Inherited from ResourceDictionary. |
MultiValueLookUpTemplate static | Gets a default template for multi-value lookup parameter editors. |
MultiValueTemplate static | Gets a default template for multi-value parameter editors. |
NumericFloatTemplate static | Gets a default template for editors used to edit parameters of floating point types. |
NumericTemplate static | Gets a default template for editors used to edit parameters of numeric types. |
Source | Gets or sets the uniform resource identifier (URI) to load resources from. Inherited from ResourceDictionary. |
StringTemplate static | Gets a default template for editors used to edit parameters of the string type. |
ICollection.IsSynchronized | For a description of this member, see IsSynchronized. Inherited from ResourceDictionary. |
ICollection.SyncRoot | For a description of this member, see SyncRoot. Inherited from ResourceDictionary. |
IUriContext.BaseUri | For a description of this member, see BaseUri. Inherited from ResourceDictionary. |
Values | Gets a collection of all values associated with keys contained in this ResourceDictionary. Inherited from ResourceDictionary. |
See Also