<?xml version="1.0"?><doc><assembly><name>ActiproSoftware.Grids.Wpf</name></assembly><members><member name="T:ActiproSoftware.Windows.Themes.GridsThemeCatalog"><summary>
            A theme catalog that describes the theme group name implementations and available themed resource dictionaries within this assembly.
            </summary></member><member name="P:ActiproSoftware.Windows.Themes.GridsThemeCatalog.DictionaryReferences"><summary>
            Gets the collection of <see cref="T:ActiproSoftware.Windows.Themes.ThemedResourceDictionaryReference" /> objects for the assembly.
            </summary><value>
            The collection of <see cref="T:ActiproSoftware.Windows.Themes.ThemedResourceDictionaryReference" /> objects for the assembly.
            </value></member><member name="T:ActiproSoftware.Windows.Themes.GridsThemeCatalogRegistrar"><summary>
            Represents a class that registers the <see cref="T:ActiproSoftware.Windows.Themes.GridsThemeCatalog" /> with the theme manager.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Grids.ITreeItemNavigator"><summary>
            Provides the base requirements for an object that can navigate a tree of items.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.ITreeItemNavigator.GoToCommonAncestor(System.Object)"><summary>
            Moves to the common ancestor item of <see cref="P:ActiproSoftware.Windows.Controls.Grids.ITreeItemNavigator.CurrentItem" /> and the specified other item.
            </summary><param name="otherItem">The other item.</param><returns><c>true</c> if a common ancestor was found, which could be the same as <see cref="P:ActiproSoftware.Windows.Controls.Grids.ITreeItemNavigator.CurrentItem" /> prior to method invocation; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.ITreeItemNavigator.GoToFirstChild"><summary>
            Moves to the first child item.
            </summary><returns><c>true</c> if a move was successfully made; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.ITreeItemNavigator.GoToFirstVisible"><summary>
            Moves to the first visible item.
            </summary><returns><c>true</c> if a move was successfully made; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.ITreeItemNavigator.GoToLastVisible"><summary>
            Moves to the last visible item.
            </summary><returns><c>true</c> if a move was successfully made; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.ITreeItemNavigator.GoToNextSibling"><summary>
            Moves to the next sibling item.
            </summary><returns><c>true</c> if a move was successfully made; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.ITreeItemNavigator.GoToNextVisible"><summary>
            Moves to the next visible item.
            </summary><returns><c>true</c> if a move was successfully made; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.ITreeItemNavigator.GoToParent"><summary>
            Moves to the parent item.
            </summary><returns><c>true</c> if a move was successfully made; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.ITreeItemNavigator.GoToPreviousSibling"><summary>
            Moves to the previous sibling item.
            </summary><returns><c>true</c> if a move was successfully made; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.ITreeItemNavigator.GoToPreviousVisible"><summary>
            Moves to the previous visible item.
            </summary><returns><c>true</c> if a move was successfully made; otherwise, <c>false</c>.
            </returns></member><member name="P:ActiproSoftware.Windows.Controls.Grids.ITreeItemNavigator.CurrentItem"><summary>
            Gets the current item.
            </summary><value>The current item.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.ITreeItemNavigator.Depth"><summary>
            Gets the item depth.
            </summary><value>The item depth.</value></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyGrid"><summary>
            Represents a property grid control.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.CopyPropertyValue(ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel)"><summary>
            Copies the value of the specified <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /></summary><param name="model">The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> to examine.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.OnItemMenuRequested(ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemMenuEventArgs)"><summary>
            Occurs when an item requests a context menu.
            </summary><param name="e">The <c>TreeListBoxItemMenuEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.PastePropertyValue(ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel)"><summary>
            Pastes a value to the specified <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /></summary><param name="model">The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> to examine.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.GetContainerForItemOverride"><summary>
            Creates or identifies the element used to display the specified item.
            </summary><returns>The element that is used to display the given item. </returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.IsItemItsOwnContainerOverride(System.Object)"><summary>
            Determines if the specified item is (or is eligible to be) its own item container.
            </summary><param name="item">Specified item.</param><returns><c>true</c> if the item is its own item container; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.OnCreateAutomationPeer"><summary>
            Returns an <see cref="T:System.Windows.Automation.Peers.AutomationPeer" /> object for this control instance.
            </summary><returns>An <see cref="T:System.Windows.Automation.Peers.AutomationPeer" /> instance.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.OnKeyDown(System.Windows.Input.KeyEventArgs)"><summary>
            Occurs when a key is pressed.
            </summary><param name="e">The <see cref="T:System.Windows.Input.KeyEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.TryCommitPropertyValueEdit"><summary>
            Tries to commit a pending property value edit, generally in response to an <c>Enter</c> key press.
            </summary><returns><c>true</c> if the commit was handled; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.OnChildPropertyAdded(ActiproSoftware.Windows.Controls.Grids.PropertyModelChildChangeEventArgs)"><summary>
            Occurs after a <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> representing a child is added to a parent <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" />.
            </summary><param name="e">The <c>PropertyModelChildChangeEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.OnChildPropertyAdding(ActiproSoftware.Windows.Controls.Grids.PropertyModelChildChangeEventArgs)"><summary>
            Occurs before a <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> representing a child is added to a parent <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" />.
            </summary><param name="e">The <c>PropertyModelChildChangeEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.OnChildPropertyRemoved(ActiproSoftware.Windows.Controls.Grids.PropertyModelChildChangeEventArgs)"><summary>
            Occurs after a <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> representing a child is removed from a parent <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" />.
            </summary><param name="e">The <c>PropertyModelChildChangeEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.OnChildPropertyRemoving(ActiproSoftware.Windows.Controls.Grids.PropertyModelChildChangeEventArgs)"><summary>
            Occurs before a <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> representing a child is removed from a parent <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" />.
            </summary><param name="e">The <c>PropertyModelChildChangeEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.OnPropertyValueChanged(ActiproSoftware.Windows.Controls.Grids.PropertyModelValueChangeEventArgs)"><summary>
            Occurs after the value is set for an <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" />.
            </summary><param name="e">The <c>PropertyModelValueChangeEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.OnPropertyValueChanging(ActiproSoftware.Windows.Controls.Grids.PropertyModelValueChangeEventArgs)"><summary>
            Occurs before the value is set for an <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" />, allowing the value change to be canceled.
            </summary><param name="e">The <c>PropertyModelValueChangeEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.CopyDisplayName(ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel)"><summary>
            Copies the display name of the specified <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel" /></summary><param name="model">The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel" /> to examine.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.#ctor"><summary>
            Initializes an instance of the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyGrid" /> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.NameColumnIndex"><summary>
            Gets the index of the name column.
            </summary><value>The index of the name column.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.ValueColumnIndex"><summary>
            Gets the index of the value column.
            </summary><value>The index of the value column.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.AreAttachedPropertiesBrowsable"><summary>
            Gets or sets whether attached properties are browsable and are displayed in the property grid.
            </summary><value><c>true</c> if attached properties are browsable and are displayed in the property grid; otherwise <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.AreCategoriesAutoExpanded"><summary>
            Gets or sets whether categories are auto-expanded when they are added into the property grid.
            </summary><value><c>true</c> if categories are auto-expanded when they are added into the property grid; otherwise <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.AreInheritedPropertiesBrowsable"><summary>
            Gets or sets whether inherited properties are browsable and are displayed in the property grid.
            </summary><value><c>true</c> if inherited properties are browsable and are displayed in the property grid; otherwise <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.AreNestedCategoriesSupported"><summary>
            Gets or sets whether nested categories are supported, using a special syntax in the category name.
            </summary><value><c>true</c> if nested categories are supported; otherwise <c>false</c>.
            The default value is <c>false</c>.
            </value><remarks>
            To specify a nested category, the category names should be separated by a '\'. 
            Individual category names can be wrapped with single or double quotes, as needed.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.ArePropertiesAutoExpanded"><summary>
            Gets or sets whether expandable properties are auto-expanded when they are added into the property grid.
            </summary><value><c>true</c> if expandable properties are auto-expanded when they are added into the property grid; otherwise <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.AreReadOnlyPropertiesBrowsable"><summary>
            Gets or sets whether read-only properties are browsable and are displayed in the property grid.
            </summary><value><c>true</c> if read-only properties are browsable and are displayed in the property grid; otherwise <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.BrowsableAttributes"><summary>
            Gets or sets a list of <see cref="T:System.Attribute" /> objects that are used to determine which properties are browsable.
            </summary><value>
            The list of <see cref="T:System.Attribute" /> objects that are used to determine which properties are browsable.
            The default value is a list with a single entry of <c>BrowsableAttribute.Yes</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.CancelPropertyValueEditHandlers"><summary>
            Gets a mapping between control types and associated delegates to be performed when an <c>Escape</c> key down event is received by a <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyGridItem" />.
            </summary><value>A mapping between control types and associated delegates.</value><remarks>
            When a <c>KeyDown</c> event is raised on a <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyGridItem" />, the <c>PropertyGrid</c> will
            use the control with focus to find an associated delegate in the <c>CancelPropertyValueEditHandlers</c> dictionary.
            If a matching entry is found, it will be executed.  Exact type matches will be used first, then each base type will be queried.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.CanSummaryAutoSize"><summary>
            Gets or sets whether the user can double-tap the summary splitter to auto-size to the summary area content.
            </summary><value><c>true</c> if the user can double-tap the summary splitter to auto-size to the summary area content; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.CategoryEditors"><summary>
            Gets the category editors that can consume and display one or more properties.
            </summary><value>The category editors that can consume and display one or more properties.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.CollectionPropertyDisplayMode"><summary>
            Gets or sets a <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.CollectionPropertyDisplayMode" /> that indicates the display mode of collection properties.
            </summary><value>
            A <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.CollectionPropertyDisplayMode" /> that indicates the display mode of collection properties.
            The default value is <c>CollectionPropertyDisplayMode.Default</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.CommitPropertyValueEditHandlers"><summary>
            Gets a mapping between control types and associated delegates to be performed when an <c>Enter</c> key down event is received by a <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyGridItem" />.
            </summary><value>A mapping between control types and associated delegates.</value><remarks>
            When a <c>KeyDown</c> event is raised on a <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyGridItem" />, the <c>PropertyGrid</c> will
            use the control with focus to find an associated delegate in the <c>CommitPropertyValueEditHandlers</c> dictionary.
            If a matching entry is found, it will be executed.  Exact type matches will be used first, then each base type will be queried.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DataFactory"><summary>
            Gets or sets the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactory" /> used to return the data models for objects.
            </summary><value>The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactory" /> used to return the data models for objects.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DataObject"><summary>
            Gets or sets the data object for which the control displays properties.
            </summary><value>The data object for which the control displays properties.</value><remarks>
            The <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DataObject" /> property sets that a single object should be browsed in the property grid.
            If multiple objects are being browsed, this property returns the first one in the list specified by <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DataObjects" />.
            If no objects are being browsed, <see langword="null" /> is returned.
            Setting this <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DataObject" /> property replaces the value of the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DataObjects" /> property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DataObjects"><summary>
            Gets or sets the data objects for which the control displays properties.
            </summary><value>The data objects for which the control displays properties.</value><remarks>
            Set this property if multiple data objects should be browsed at the same time.
            The property grid only displays the properties that are common to all the data objects.
            Setting this <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DataObjects" /> property replaces the value of the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DataObject" /> property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultCategoryItemContainerStyle"><summary>
            Gets or sets a default <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyGridItem" /> container <c>Style</c> used for category models.
            </summary><value>A default <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyGridItem" /> container <c>Style</c> used for category models.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultCategoryEditorItemContainerStyle"><summary>
            Gets or sets a default <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyGridItem" /> container <c>Style</c> used for category editor models.
            </summary><value>A default <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyGridItem" /> container <c>Style</c> used for category editor models.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultPropertyItemContainerStyle"><summary>
            Gets or sets a default <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyGridItem" /> container <c>Style</c> used for property models.
            </summary><value>A default <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyGridItem" /> container <c>Style</c> used for property models.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.IsCategorized"><summary>
            Gets or sets whether properties are categorized.
            </summary><value><c>true</c> if properties are categorized; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.IsReadOnly"><summary>
            Gets or sets whether the value editors are read-only.
            </summary><value><c>true</c> if value editors are read-only; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.IsSummaryResizable"><summary>
            Gets or sets whether the summary area is resizable.
            </summary><value><c>true</c> if the summary is resizable; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.IsSummaryToggleAllowed"><summary>
            Gets or sets whether the summary area's visibility is allowed to be toggled.
            </summary><value><c>true</c> if the summary area's visibility is allowed to be toggled; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.IsSummaryVisible"><summary>
            Gets or sets whether the summary area is visible.
            </summary><value><c>true</c> if the summary area is visible; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.MiscCategoryName"><summary>
            Gets or sets the name used for the miscellaneous category.
            </summary><value>
            The name used for the miscellaneous category. 
            The default value is "Misc".
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.NameColumnMaxWidth"><summary>
            Gets or sets the maximum width of the name column, which comes into play as the property grid or its columns are resized.
            </summary><value>The maximum width of the name column.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.NameContainerStyle"><summary>
            Gets or sets the <see cref="T:System.Windows.Style" /> to use for the name column cells.
            </summary><value>The <see cref="T:System.Windows.Style" /> to use for the name column cells.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.NameTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> to use for the name column cells.
            </summary><value>The <see cref="T:System.Windows.DataTemplate" /> to use for the name column cells.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.NameTemplateSelector"><summary>
            Gets or sets the <see cref="T:System.Windows.Controls.DataTemplateSelector" /> to use for the name column cells.
            </summary><value>The <see cref="T:System.Windows.Controls.DataTemplateSelector" /> to use for the name column cells.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.Properties"><summary>
            Gets the explicitly-defined properties that should be displayed.
            </summary><value>The explicitly-defined properties that should be displayed.</value><remarks>
            These properties will be merged with the properties generated from the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DataObjects" /> property.
            If <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DataObjects" /> is null or empty, then only these properties will be displayed.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.PropertyExpandability"><summary>
            Gets or sets a <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.PropertyExpandability" /> that indicates the expandability of properties.
            </summary><value>
            A <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.PropertyExpandability" /> that indicates the expandability of properties.
            The default value is <c>PropertyExpandability.Default</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.SortComparer"><summary>
            Gets or sets the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelSortComparer" /> to use for sorting data models.
            </summary><value>
            The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelSortComparer" /> to use for sorting data models.
            The default value is a <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelSortComparer" /> instance.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.StartPropertyValueEditHandlers"><summary>
            Gets a mapping between control types and associated delegates to be performed when a <c>Tab</c> or typing key down event is received by a <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyGridItem" />.
            </summary><value>A mapping between control types and associated delegates.</value><remarks>
            When a <c>KeyDown</c> event is raised on a <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyGridItem" />, the <c>PropertyGrid</c> will
            use the control that should gain focus to find an associated delegate in the <c>StartPropertyValueEditHandlers</c> dictionary.
            If a matching entry is found, it will be executed.  Exact type matches will be used first, then each base type will be queried.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.SummaryHeight"><summary>
            Gets or sets the height of the summary area.
            </summary><value>
            The height of the summary area.
            The default value is <c>78</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.SummaryTemplate"><summary>
            Gets or sets a <see cref="T:System.Windows.DataTemplate" /> used to display the selected item in the summary area.
            </summary><value>
            The <see cref="T:System.Windows.DataTemplate" /> used to display the selected item in the summary area.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.SummaryTemplateSelector"><summary>
            Gets or sets a <see cref="T:System.Windows.Controls.DataTemplateSelector" /> used to select a <see cref="T:System.Windows.DataTemplate" />, 
            which is used to display the selected item in the summary area.
            </summary><value>
            The <see cref="T:System.Windows.Controls.DataTemplateSelector" /> used to select a <see cref="T:System.Windows.DataTemplate" />,
            which is used to display the selected item in the summary area.
            The default value is <see langword="null" />.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.ToggleSummaryVisibilityCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> used to toggle the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.IsSummaryVisible" /> property.
            </summary><value>The <see cref="T:System.Windows.Input.ICommand" /> used to toggle the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.IsSummaryVisible" /> property.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.ValueContainerStyle"><summary>
            Gets or sets the <see cref="T:System.Windows.Style" /> to use for the value column cells.
            </summary><value>The <see cref="T:System.Windows.Style" /> to use for the value column cells.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.ValueTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> to use for the value column cells.
            </summary><value>The <see cref="T:System.Windows.DataTemplate" /> to use for the value column cells.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.ValueTemplateSelector"><summary>
            Gets or sets the <see cref="T:System.Windows.Controls.DataTemplateSelector" /> to use for the value column cells.
            </summary><value>The <see cref="T:System.Windows.Controls.DataTemplateSelector" /> to use for the value column cells.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.AreClipboardMenuItemsEnabled"><summary>
            Gets or sets whether the default item context menu should include menu items for clipboard operations such as copying a property value.
            </summary><value><c>true</c> if the default item context menu should include menu items for clipboard operations such as copying a property value; otherwise <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.CopyDisplayNameCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> used to call the <see cref="M:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.CopyDisplayName(ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel)" /> method.
            </summary><value>The <see cref="T:System.Windows.Input.ICommand" /> used to call the <see cref="M:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.CopyDisplayName(ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel)" /> method.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.CopyPropertyValueCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> used to call the <see cref="M:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.CopyPropertyValue(ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel)" /> method.
            </summary><value>The <see cref="T:System.Windows.Input.ICommand" /> used to call the <see cref="M:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.CopyPropertyValue(ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel)" /> method.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.IsDefaultItemContextMenuEnabled"><summary>
            Gets or sets whether the default context menu is enabled for property grid items.
            </summary><value><c>true</c> if the default context menu is enabled for property grid items; otherwise <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.PastePropertyValueCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> used to call the <see cref="M:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.PastePropertyValue(ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel)" /> method.
            </summary><value>The <see cref="T:System.Windows.Input.ICommand" /> used to call the <see cref="M:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.PastePropertyValue(ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel)" /> method.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultBooleanValueTemplate"><summary>
            Gets or sets a <see cref="T:System.Windows.DataTemplate" /> for editing a <c>Boolean</c> value with a two-state <c>CheckBox</c>.
            </summary><value>A <see cref="T:System.Windows.DataTemplate" /> that can be used for value column cells.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultBrushValueTemplate"><summary>
            Gets or sets a <see cref="T:System.Windows.DataTemplate" /> for editing a <c>Brush</c> value with a swatch that renders the value, and a <c>TextBox</c> for editing the value.
            </summary><value>A <see cref="T:System.Windows.DataTemplate" /> that can be used for value column cells.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultColorValueTemplate"><summary>
            Gets or sets a <see cref="T:System.Windows.DataTemplate" /> for editing a <c>Color</c> value with a swatch that renders the value, and a <c>TextBox</c> for editing the value.
            </summary><value>A <see cref="T:System.Windows.DataTemplate" /> that can be used for value column cells.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultExtendedStringValueTemplate"><summary>
            Gets or sets a <see cref="T:System.Windows.DataTemplate" /> for editing a <c>String</c> value (or <c>Object</c> value via <c>ValueAsString</c>) with a <c>TextBox</c> and <c>...</c> (ellipses) button.
            </summary><value>A <see cref="T:System.Windows.DataTemplate" /> that can be used for value column cells.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultFontFamilyValueTemplate"><summary>
            Gets or sets a <see cref="T:System.Windows.DataTemplate" /> for editing a <c>FontFamily</c> value with a <c>ComboBox</c> that contains system font families.
            </summary><value>A <see cref="T:System.Windows.DataTemplate" /> that can be used for value column cells.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultFontStretchValueTemplate"><summary>
            Gets or sets a <see cref="T:System.Windows.DataTemplate" /> for editing a <c>FontStretch</c> value with a <c>ComboBox</c> that contains font stretch options.
            </summary><value>A <see cref="T:System.Windows.DataTemplate" /> that can be used for value column cells.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultFontStyleValueTemplate"><summary>
            Gets or sets a <see cref="T:System.Windows.DataTemplate" /> for editing a <c>FontStyle</c> value with a <c>ComboBox</c> that contains font style options.
            </summary><value>A <see cref="T:System.Windows.DataTemplate" /> that can be used for value column cells.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultFontWeightValueTemplate"><summary>
            Gets or sets a <see cref="T:System.Windows.DataTemplate" /> for editing a <c>FontWeight</c> value with a <c>ComboBox</c> that contains font weight options.
            </summary><value>A <see cref="T:System.Windows.DataTemplate" /> that can be used for value column cells.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultLimitedObjectValueTemplate"><summary>
            Gets or sets a <see cref="T:System.Windows.DataTemplate" /> for editing an <c>Object</c> value with a non-editable <c>ComboBox</c> (drop-down only) that contains suggested options.
            </summary><value>A <see cref="T:System.Windows.DataTemplate" /> that can be used for value column cells.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultLimitedStringValueTemplate"><summary>
            Gets or sets a <see cref="T:System.Windows.DataTemplate" /> for editing a <c>String</c> value (or <c>Object</c> value via <c>ValueAsString</c>) with a non-editable <c>ComboBox</c> (drop-down only) that contains suggested options.
            </summary><value>A <see cref="T:System.Windows.DataTemplate" /> that can be used for value column cells.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultNullableBooleanValueTemplate"><summary>
            Gets or sets a <see cref="T:System.Windows.DataTemplate" /> for editing a nullable <c>Boolean</c> with a three-state <c>CheckBox</c>.
            </summary><value>A <see cref="T:System.Windows.DataTemplate" /> that can be used for value column cells.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultPropertyEditors"><summary>
            Gets the collection of property editors that are used by default in all <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyGrid" /> instances,
            examined alongside the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.PropertyEditors" /> collection for each <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyGrid" /> instance.
            </summary><value>The collection of property editors that are used by default in all <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyGrid" /> instances.</value><seealso cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.PropertyEditors" /></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultStringNameTemplate"><summary>
            Gets or sets a <see cref="T:System.Windows.DataTemplate" /> with a read-only <c>TextBlock</c> that can be used for name column cells.
            </summary><value>A <see cref="T:System.Windows.DataTemplate" /> that can be used for name column cells.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultStringValueTemplate"><summary>
            Gets or sets a <see cref="T:System.Windows.DataTemplate" /> for editing a <c>String</c> value (or <c>Object</c> value via <c>ValueAsString</c>) with a <c>TextBox</c>.
            </summary><value>A <see cref="T:System.Windows.DataTemplate" /> that can be used for value column cells.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultSuggestedStringValueTemplate"><summary>
            Gets or sets a <see cref="T:System.Windows.DataTemplate" /> for editing a <c>String</c> value (or <c>Object</c> value via <c>ValueAsString</c>) with an editable <c>ComboBox</c> that contains suggested options.
            </summary><value>A <see cref="T:System.Windows.DataTemplate" /> that can be used for value column cells.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.PropertyEditors"><summary>
            Gets the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditorCollection" /> that contains property editor definitions specifically for this property grid instance.
            </summary><value>The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditorCollection" /> that contains property editor definitions specifically for this property grid instance.</value><remarks>
            The <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultPropertyEditors" /> collection contains other property editors that apply to all <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyGrid" /> instances.
            </remarks><seealso cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultPropertyEditors" /></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.PropertyEditorsModifierKey"><summary>
            Gets the resource key that is loaded by the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyGrid" />, allowing for customization of the property editors directly from XAML.
            </summary><value>A resource key whose value is the string "PropertyGridPropertyEditorsModifierKey".</value></member><member name="E:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.ChildPropertyAdded"><summary>
            Occurs after a <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> representing a child is added to a parent <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" />.
            </summary><eventdata>
            The event handler receives an argument of type <c>PropertyModelChildChangeEventArgs</c> containing data related to this event.
            </eventdata></member><member name="E:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.ChildPropertyAdding"><summary>
            Occurs before a <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> representing a child is added to a parent <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" />.
            </summary><eventdata>
            The event handler receives an argument of type <c>PropertyModelChildChangeEventArgs</c> containing data related to this event.
            </eventdata></member><member name="E:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.ChildPropertyRemoved"><summary>
            Occurs after a <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> representing a child is removed from a parent <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" />.
            </summary><eventdata>
            The event handler receives an argument of type <c>PropertyModelChildChangeEventArgs</c> containing data related to this event.
            </eventdata></member><member name="E:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.ChildPropertyRemoving"><summary>
            Occurs before a <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> representing a child is removed from a parent <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" />.
            </summary><eventdata>
            The event handler receives an argument of type <c>PropertyModelChildChangeEventArgs</c> containing data related to this event.
            </eventdata></member><member name="E:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.PropertyValueChanged"><summary>
            Occurs after the value is set for an <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" />.
            </summary><eventdata>
            The event handler receives an argument of type <c>PropertyModelValueChangeEventArgs</c> containing data related to this event.
            </eventdata></member><member name="E:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.PropertyValueChanging"><summary>
            Occurs before the value is set for an <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" />, allowing the value change to be canceled.
            </summary><eventdata>
            The event handler receives an argument of type <c>PropertyModelValueChangeEventArgs</c> containing data related to this event.
            </eventdata></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.AreAttachedPropertiesBrowsableProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.AreAttachedPropertiesBrowsable" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.AreAttachedPropertiesBrowsable" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.AreCategoriesAutoExpandedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.AreCategoriesAutoExpanded" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.AreCategoriesAutoExpanded" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.AreInheritedPropertiesBrowsableProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.AreInheritedPropertiesBrowsable" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.AreInheritedPropertiesBrowsable" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.AreNestedCategoriesSupportedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.AreNestedCategoriesSupported" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.AreNestedCategoriesSupported" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.ArePropertiesAutoExpandedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.ArePropertiesAutoExpanded" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.ArePropertiesAutoExpanded" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.AreReadOnlyPropertiesBrowsableProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.AreReadOnlyPropertiesBrowsable" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.AreReadOnlyPropertiesBrowsable" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.BrowsableAttributesProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.BrowsableAttributes" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.BrowsableAttributes" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.CanSummaryAutoSizeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.CanSummaryAutoSize" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.CanSummaryAutoSize" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.CollectionPropertyDisplayModeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.CollectionPropertyDisplayMode" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.CollectionPropertyDisplayMode" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DataFactoryProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DataFactory" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DataFactory" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DataObjectProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DataObject" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DataObject" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DataObjectsProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DataObjects" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DataObjects" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultCategoryItemContainerStyleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultCategoryItemContainerStyle" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultCategoryItemContainerStyle" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultCategoryEditorItemContainerStyleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultCategoryEditorItemContainerStyle" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultCategoryEditorItemContainerStyle" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultPropertyItemContainerStyleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultPropertyItemContainerStyle" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultPropertyItemContainerStyle" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.IsCategorizedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.IsCategorized" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.IsCategorized" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.IsReadOnlyProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.IsReadOnly" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.IsReadOnly" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.IsSummaryResizableProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.IsSummaryResizable" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.IsSummaryResizable" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.IsSummaryToggleAllowedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.IsSummaryToggleAllowed" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.IsSummaryToggleAllowed" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.IsSummaryVisibleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.IsSummaryVisible" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.IsSummaryVisible" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.MiscCategoryNameProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.MiscCategoryName" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.MiscCategoryName" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.NameColumnMaxWidthProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.NameColumnMaxWidth" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.NameColumnMaxWidth" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.NameContainerStyleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.NameContainerStyle" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.NameContainerStyle" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.NameTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.NameTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.NameTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.NameTemplateSelectorProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.NameTemplateSelector" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.NameTemplateSelector" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.PropertyExpandabilityProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.PropertyExpandability" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.PropertyExpandability" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.SortComparerProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.SortComparer" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.SortComparer" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.SummaryHeightProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.SummaryHeight" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.SummaryHeight" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.SummaryTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.SummaryTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.SummaryTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.SummaryTemplateSelectorProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.SummaryTemplateSelector" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.SummaryTemplateSelector" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.ValueContainerStyleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.ValueContainerStyle" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.ValueContainerStyle" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.ValueTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.ValueTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.ValueTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.ValueTemplateSelectorProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.ValueTemplateSelector" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.ValueTemplateSelector" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.ChildPropertyAddedEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.ChildPropertyAdded" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.ChildPropertyAdded" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.ChildPropertyAddingEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.ChildPropertyAdding" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.ChildPropertyAdding" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.ChildPropertyRemovedEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.ChildPropertyRemoved" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.ChildPropertyRemoved" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.ChildPropertyRemovingEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.ChildPropertyRemoving" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.ChildPropertyRemoving" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.PropertyValueChangedEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.PropertyValueChanged" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.PropertyValueChanged" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.PropertyValueChangingEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.PropertyValueChanging" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.PropertyValueChanging" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.AreClipboardMenuItemsEnabledProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.AreClipboardMenuItemsEnabled" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.AreClipboardMenuItemsEnabled" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.IsDefaultItemContextMenuEnabledProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.IsDefaultItemContextMenuEnabled" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.IsDefaultItemContextMenuEnabled" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultBooleanValueTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultBooleanValueTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultBooleanValueTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultBrushValueTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultBrushValueTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultBrushValueTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultColorValueTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultColorValueTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultColorValueTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultExtendedStringValueTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultExtendedStringValueTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultExtendedStringValueTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultFontFamilyValueTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultFontFamilyValueTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultFontFamilyValueTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultFontStretchValueTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultFontStretchValueTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultFontStretchValueTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultFontStyleValueTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultFontStyleValueTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultFontStyleValueTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultFontWeightValueTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultFontWeightValueTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultFontWeightValueTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultLimitedObjectValueTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultLimitedObjectValueTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultLimitedObjectValueTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultLimitedStringValueTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultLimitedStringValueTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultLimitedStringValueTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultNullableBooleanValueTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultNullableBooleanValueTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultNullableBooleanValueTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultStringNameTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultStringNameTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultStringNameTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultStringValueTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultStringValueTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultStringValueTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultSuggestedStringValueTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultSuggestedStringValueTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultSuggestedStringValueTemplate" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyGridItem"><summary>
            Represents an item for a <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGridItem.PropertyGrid" /> control.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyGridItem.OnCreateAutomationPeer"><summary>
            Returns an <see cref="T:System.Windows.Automation.Peers.AutomationPeer" /> object for this control instance.
            </summary><returns>An <see cref="T:System.Windows.Automation.Peers.AutomationPeer" /> instance.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyGridItem.OnDoubleTapped(ActiproSoftware.Windows.Input.InputPointerButtonEventArgs)"><summary>
            Occurs when the item is double-tapped.
            </summary><param name="e">The <see cref="T:ActiproSoftware.Windows.Input.InputPointerButtonEventArgs" /> containing data related to this event.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyGridItem.OnKeyDown(System.Windows.Input.KeyEventArgs)"><summary>
            Occurs when a key is pressed.
            </summary><param name="e">The <see cref="T:System.Windows.Input.KeyEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyGridItem.TryCancelPropertyValueEdit"><summary>
            Tries to cancel a pending property value edit, generally in response to an <c>Escape</c> key press.
            </summary><returns><c>true</c> if the cancel was handled; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyGridItem.TryCommitPropertyValueEdit"><summary>
            Tries to commit a pending property value edit, generally in response to an <c>Enter</c> key press.
            </summary><returns><c>true</c> if the commit was handled; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyGridItem.OnGotKeyboardFocus(System.Windows.Input.KeyboardFocusChangedEventArgs)"><summary>
            Occurs when a control within this control's hierarchy gains keyboard focus.
            </summary><param name="e">The <c>KeyboardFocusChangedEventArgs</c> that contains data related to this event.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyGridItem.OnLostKeyboardFocus(System.Windows.Input.KeyboardFocusChangedEventArgs)"><summary>
            Occurs when a control within this control's hierarchy gains keyboard focus.
            </summary><param name="e">The <c>KeyboardFocusChangedEventArgs</c> that contains data related to this event.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyGridItem.OnPreviewTextInput(System.Windows.Input.TextCompositionEventArgs)"><summary>
            Occurs before text input is sent to the control.
            </summary><param name="e">The <see cref="T:System.Windows.Input.TextCompositionEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyGridItem.#ctor"><summary>
            Initializes an instance of the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyGridItem" /> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGridItem.GridLineBrush"><summary>
            Gets or sets the <see cref="T:System.Windows.Media.Brush" /> used for row grid lines.
            </summary><value>The <see cref="T:System.Windows.Media.Brush" /> used for row grid lines.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGridItem.IndentIndicatorBackground"><summary>
            Gets or sets the <see cref="T:System.Windows.Media.Brush" /> used for the indent indicator background.
            </summary><value>The <see cref="T:System.Windows.Media.Brush" /> used for the indent indicator background.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGridItem.GridLineBrushProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGridItem.GridLineBrush" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGridItem.GridLineBrush" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyGridItem.IndentIndicatorBackgroundProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGridItem.IndentIndicatorBackground" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGridItem.IndentIndicatorBackground" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyGridItemActionHandler"><summary>
            A delegate that can process the specified <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyGridItemActionRequest" />.
            </summary><param name="request">The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyGridItemActionRequest" /> to examine.</param><returns><c>true</c> if the request was processed successfully; otherwise, <c>false</c>.
            </returns></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyGridItemActionHandlerDictionary"><summary>
            Represents a dictionary of <see cref="T:System.Type" /> to <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyGridItemActionHandler" /> objects.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyGridItemActionRequest"><summary>
            Stores information about a request for a <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyGridItemActionHandler" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyGridItemActionRequest.#ctor(ActiproSoftware.Windows.Controls.Grids.PropertyGridItem,System.Windows.FrameworkElement,System.String)"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyGridItemActionRequest" /> class.
            </summary><param name="container">The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyGridItem" /> container.</param><param name="element">The <see cref="T:System.Windows.FrameworkElement" /> in the container that is the focus of this request.</param><param name="text">The typed text, if any, that triggered the request.</param></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGridItemActionRequest.Container"><summary>
            Gets the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyGridItem" /> container.
            </summary><value>The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyGridItem" /> container.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGridItemActionRequest.Element"><summary>
            Gets the <see cref="T:System.Windows.FrameworkElement" /> in the container that is the focus of this request.
            </summary><value>The <see cref="T:System.Windows.FrameworkElement" /> in the container that is the focus of this request.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGridItemActionRequest.Text"><summary>
            Gets the typed text, if any, that triggered the request.
            </summary><value>The typed text, if any, that triggered the request.</value></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyGridItemAdapter"><summary>
            Provides an abstract base class for a <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter" /> that can be used in a <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyGrid" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyGridItemAdapter.GetChildren(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object)"><summary>
            Returns an <see cref="T:System.Collections.IEnumerable" /> that will be used to provide child items for the specified parent item.
            </summary><param name="ownerControl">The owner control.</param><param name="item">The item to examine.</param><returns>An <see cref="T:System.Collections.IEnumerable" /> that will be used to provide child items for the specified parent item.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyGridItemAdapter.GetIndentAmount(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object,System.Int32)"><summary>
            Returns the indent amount of the specified item.
            </summary><param name="ownerControl">The owner control.</param><param name="item">The item to examine.</param><param name="depth">The item depth.</param><returns>The indent amount.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyGridItemAdapter.GetIsExpanded(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object)"><summary>
            Returns whether the specified item is expanded.
            </summary><param name="ownerControl">The owner control.</param><param name="item">The item to examine.</param><returns><c>true</c> if the specified item is expanded; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyGridItemAdapter.GetIsSelected(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object)"><summary>
            Returns whether the specified item is selected.
            </summary><param name="ownerControl">The owner control.</param><param name="item">The item to examine.</param><returns><c>true</c> if the specified item is selected; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyGridItemAdapter.GetPath(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object)"><summary>
            Returns the item's string path.
            </summary><param name="ownerControl">The owner control.</param><param name="item">The item to examine.</param><returns>The item's string path.</returns><remarks>
            The <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.PathBinding" /> property can be set for a pure XAML-based implementation of this method.
            Please note that bindings aren't as performant as code, so for large trees or if you see performance issues,
            it is recommended to override this method instead with custom logic to retrieve the appropriate value.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyGridItemAdapter.InitializeDataObjectWithDisplayName(ActiproSoftware.Windows.Controls.Grids.PropertyGrid,System.Windows.IDataObject,ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel)"><summary>
            Initializes a <see cref="T:System.Windows.IDataObject" /> with the display name of the specified <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel" />.
            </summary><param name="sourceControl">The source control that contains the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel" />.</param><param name="dataObject">The <see cref="T:System.Windows.IDataObject" /> to initialize.</param><param name="model">The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel" /> to examine.</param><returns><c>true</c> if the <see cref="T:System.Windows.IDataObject" /> was initialized; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyGridItemAdapter.InitializeDataObjectWithPropertyValue(ActiproSoftware.Windows.Controls.Grids.PropertyGrid,System.Windows.IDataObject,ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel)"><summary>
            Initializes a <see cref="T:System.Windows.IDataObject" /> with the value of the specified <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" />.
            </summary><param name="sourceControl">The source control that contains the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" />.</param><param name="dataObject">The <see cref="T:System.Windows.IDataObject" /> to initialize.</param><param name="propertyModel">The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> to examine.</param><returns><c>true</c> if the <see cref="T:System.Windows.IDataObject" /> was initialized; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyGridItemAdapter.SetIsExpanded(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object,System.Boolean)"><summary>
            Sets whether the specified item is expanded. 
            </summary><param name="ownerControl">The owner control.</param><param name="item">The item to update.</param><param name="value">The new value.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyGridItemAdapter.SetIsSelected(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object,System.Boolean)"><summary>
            Sets whether the specified item is selected. 
            </summary><param name="ownerControl">The owner control.</param><param name="item">The item to update.</param><param name="value">The new value.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyGridItemAdapter.SetPropertyValueFromDataObject(ActiproSoftware.Windows.Controls.Grids.PropertyGrid,System.Windows.IDataObject,ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel)"><summary>
            Sets the value of the specified <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> from data in a <see cref="T:System.Windows.IDataObject" />.
            </summary><param name="sourceControl">The source control that contains the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" />.</param><param name="dataObject">The <see cref="T:System.Windows.IDataObject" /> to examine.</param><param name="propertyModel">The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> whose value will be set.</param><returns><c>true</c> if the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> value was updated; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyGridItemAdapter.#ctor"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyGridItemAdapter" /> class.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyGridItemStyleSelector"><summary>
            Chooses a <see cref="T:System.Windows.Style" /> based on the data object and the data-bound element.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyGridItemStyleSelector.SelectStyle(System.Object,System.Windows.DependencyObject)"><summary>
            Returns a <see cref="T:System.Windows.Style" /> based on custom logic.
            </summary><param name="item">The data object.</param><param name="container">The data-bound element.</param><returns>The <see cref="T:System.Windows.Style" /> to use.</returns></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGridItemStyleSelector.CategoryEditorStyle"><summary>
            Gets or sets the <see cref="T:System.Windows.Style" /> to use for category editors.
            </summary><value>The <see cref="T:System.Windows.Style" /> to use for category editors.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGridItemStyleSelector.CategoryStyle"><summary>
            Gets or sets the <see cref="T:System.Windows.Style" /> to use for categories.
            </summary><value>The <see cref="T:System.Windows.Style" /> to use for categories.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyGridItemStyleSelector.PropertyStyle"><summary>
            Gets or sets the <see cref="T:System.Windows.Style" /> to use for properties.
            </summary><value>The <see cref="T:System.Windows.Style" /> to use for properties.</value></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyGridItemTemplateSelector"><summary>
            Chooses a <see cref="T:System.Windows.DataTemplate" /> based on the data object and the data-bound element for a <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyGridItem" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyGridItemTemplateSelector.SelectTemplate(System.Object,System.Windows.DependencyObject)"><summary>
            Returns a <see cref="T:System.Windows.DataTemplate" /> based on custom logic.
            </summary><param name="item">The data object.</param><param name="container">The data-bound element.</param><returns>The <see cref="T:System.Windows.DataTemplate" /> to use.</returns></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyGridNameTemplateSelector"><summary>
            Chooses a <see cref="T:System.Windows.DataTemplate" /> based on the data object and the data-bound element for a <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyGrid" /> name cell.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyGridNameTemplateSelector.SelectTemplate(System.Object,System.Windows.DependencyObject)"><summary>
            Returns a <see cref="T:System.Windows.DataTemplate" /> based on custom logic.
            </summary><param name="item">The data object.</param><param name="container">The data-bound element.</param><returns>The <see cref="T:System.Windows.DataTemplate" /> to use.</returns></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyGridValueTemplateSelector"><summary>
            Chooses a <see cref="T:System.Windows.DataTemplate" /> based on the data object and the data-bound element for a <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyGrid" /> value cell.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyGridValueTemplateSelector.GetDefaultTemplate(ActiproSoftware.Windows.Controls.Grids.PropertyGrid,ActiproSoftware.Windows.Controls.Grids.PropertyEditors.DefaultValueTemplateKind)"><summary>
            Returns a default <see cref="T:System.Windows.DataTemplate" /> from the specified <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyGrid" />.
            </summary><param name="propGrid">The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyGrid" /> to examine.</param><param name="kind">The kind of default template to return.</param><returns>A default <see cref="T:System.Windows.DataTemplate" /> from the specified <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyGrid" />.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyGridValueTemplateSelector.SelectTemplate(System.Object,System.Windows.DependencyObject)"><summary>
            Returns a <see cref="T:System.Windows.DataTemplate" /> based on custom logic.
            </summary><param name="item">The data object.</param><param name="container">The data-bound element.</param><returns>The <see cref="T:System.Windows.DataTemplate" /> to use.</returns></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyModelChildChangeEventArgs"><summary>
            Provides event arguments for <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> child change events, such as when a child item is added to or removed from a collection.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyModelChildChangeEventArgs.#ctor(ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel,System.Object)"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyModelChildChangeEventArgs" /> class.
            </summary><param name="parentPropertyModel">The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> for the parent.</param><param name="childValue">The child value.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyModelChildChangeEventArgs.#ctor(ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel,ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel)"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyModelChildChangeEventArgs" /> class.
            </summary><param name="parentPropertyModel">The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> for the parent.</param><param name="childPropertyModel">The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> for the child being added to or removed from the parent, if known.</param></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyModelChildChangeEventArgs.ChildPropertyModel"><summary>
            Gets the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> for the child being added to or removed from the parent, if known.
            </summary><value>The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> for the child being added to or removed from the parent, if known.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyModelChildChangeEventArgs.ChildValue"><summary>
            Gets or sets the child value.
            </summary><value>The child value.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyModelChildChangeEventArgs.ParentPropertyModel"><summary>
            Gets the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> for the parent.
            </summary><value>The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> for the parent.</value></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyModelValueChangeEventArgs"><summary>
            Provides event arguments for <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> value change events.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyModelValueChangeEventArgs.#ctor(ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel,System.Object)"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyModelValueChangeEventArgs" /> class.
            </summary><param name="propertyModel">The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> for the property whose value is being updated.</param><param name="value">The updated property value.</param></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyModelValueChangeEventArgs.PropertyModel"><summary>
            Gets the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> for the property whose value is being updated.
            </summary><value>The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> for the property whose value is being updated.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyModelValueChangeEventArgs.Value"><summary>
            Gets the updated property value.
            </summary><value>The updated property value.</value></member><member name="T:ActiproSoftware.Windows.Controls.Grids.TreeItemDropArea"><summary>
            Specifies a drop area when a drag is over a target item.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeItemDropArea.None"><summary>
            The drag is not over a target item.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeItemDropArea.Before"><summary>
            The drag is over the top portion of the target item, hinting to to insert before the target item.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeItemDropArea.On"><summary>
            The drag is directly over the target item, hinting to insert into the target item.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeItemDropArea.After"><summary>
            The drag is over the bottom portion of the target item, hinting to to insert after the target item.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Grids.TreeExpansionKind"><summary>
            Specifies the kind of expand or collapse.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeExpansionKind.Single"><summary>
            A single item is affected.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeExpansionKind.Branch"><summary>
            A branch of items are recursively affected.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeExpansionKind.All"><summary>
            All items are recursively affected.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Grids.TreeItemChildrenQueryMode"><summary>
            Specifies the mode by which a tree item's children are queried.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeItemChildrenQueryMode.OnDisplay"><summary>
            Query the item's children when all of the item's ancestors are expanded.  The item is only expandable if there is at least one child item.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeItemChildrenQueryMode.OnExpansion"><summary>
            The item is only expandable by default.  When the item is expanded, query the item's children, and disable expandability if there are no child items.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Grids.ITreeItemVirtualPlaceholder"><summary>
            Provides the base requirements for an object that is a virtual placeholder for a tree item, used with data virtualization.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Grids.ITreeItemVirtualPlaceholder.Index"><summary>
            Gets the index of the item within its parent collection.
            </summary><value>The index of the item within its parent collection.</value></member><member name="T:ActiproSoftware.Windows.Controls.Grids.ColumnSortDirection"><summary>
            Specifies the direction of a column sort operation.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.ColumnSortDirection.Ascending"><summary>
            Sorts in ascending order.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.ColumnSortDirection.Descending"><summary>
            Sorts in descending order.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem"><summary>
            Represents an item for a <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListBox" /> control.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.OnContextMenuOpening(System.Windows.Controls.ContextMenuEventArgs)"><summary>
            Occurs when a context menu is requested.
            </summary><param name="e">The <see cref="T:System.Windows.Controls.ContextMenuEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.OnIsKeyboardFocusWithinChanged(System.Windows.DependencyPropertyChangedEventArgs)"><summary>
            Reports that the <c>IsKeyboardFocusWithin</c> property changed. 
            </summary><param name="e">A <c>DependencyPropertyChangedEventArgs</c> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.OnTextInput(System.Windows.Input.TextCompositionEventArgs)"><summary>
            Occurs when composed text is input to the control.
            </summary><param name="e">A <see cref="T:System.Windows.Input.TextCompositionEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.IsLocationOverBackground(System.Windows.Point)"><summary>
            Returns whether the specified location is past the end of the content, in owner control background whitespace area.
            </summary><param name="location">The location to examine.</param><returns><c>true</c> if the specified location is past the end of the content, in owner control background whitespace area; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.OnCreateAutomationPeer"><summary>
            Returns an <see cref="T:System.Windows.Automation.Peers.AutomationPeer" /> object for this control instance.
            </summary><returns>An <see cref="T:System.Windows.Automation.Peers.AutomationPeer" /> instance.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.OnDoubleTapped(ActiproSoftware.Windows.Input.InputPointerButtonEventArgs)"><summary>
            Occurs when the item is double-tapped.
            </summary><param name="e">The <see cref="T:ActiproSoftware.Windows.Input.InputPointerButtonEventArgs" /> containing data related to this event.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.OnDragEnter(System.Windows.DragEventArgs)"><summary>
            Occurs when an object is dragged inside of the control.
            </summary><param name="e">The <see cref="T:System.Windows.DragEventArgs" /> containing data related to this event.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.OnDragLeave(System.Windows.DragEventArgs)"><summary>
            Occurs when an object is dragged outside of the control.
            </summary><param name="e">The <see cref="T:System.Windows.DragEventArgs" /> containing data related to this event.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.OnDragOver(System.Windows.DragEventArgs)"><summary>
            Occurs when an object is dragged over the control.
            </summary><param name="e">The <see cref="T:System.Windows.DragEventArgs" /> containing data related to this event.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.OnDrop(System.Windows.DragEventArgs)"><summary>
            Occurs when an object is dropped over the control.
            </summary><param name="e">The <see cref="T:System.Windows.DragEventArgs" /> containing data related to this event.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.OnGotFocus(System.Windows.RoutedEventArgs)"><summary>
            Occurs when the control gains focus.
            </summary><param name="e">The <see cref="T:System.Windows.RoutedEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.OnIndentAmountChanged"><summary>
            Occurs when the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.IndentAmount" /> property is changed.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.OnKeyDown(System.Windows.Input.KeyEventArgs)"><summary>
            Occurs when a key is pressed.
            </summary><param name="e">The <see cref="T:System.Windows.Input.KeyEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.OnLostFocus(System.Windows.RoutedEventArgs)"><summary>
            Occurs when the control loses focus.
            </summary><param name="e">The <see cref="T:System.Windows.RoutedEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.ToString"><summary>
            Returns a <c>String</c> that represents the current <c>Object</c>.
            </summary><returns>A <c>String</c> that represents the current <c>Object</c>.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.#ctor"><summary>
            Initializes an instance of the <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem" /> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.InnerBorderThickness"><summary>
            Gets or sets the <see cref="T:System.Windows.Thickness" /> of the inner border.
            </summary><value>
            The <see cref="T:System.Windows.Thickness" /> of the inner border.
            The default value is <c>1</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.DefaultActionCommand"><summary>
            Gets or sets the <see cref="T:System.Windows.Input.ICommand" /> to execute when this node is double-tapped or <c>Enter</c> is pressed while it's focused.
            </summary><value>The <see cref="T:System.Windows.Input.ICommand" /> to execute when this node is double-tapped or <c>Enter</c> is pressed while it's focused.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.DropIndicatorArea"><summary>
            Gets a <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeItemDropArea" /> that specifies the drop indicator to display.
            </summary><value>The <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeItemDropArea" /> that specifies the drop indicator to display.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.IndentAmount"><summary>
            Gets or sets the amount that this item's content is indented.
            </summary><value>
            The amount that this item's content is indented.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.IsExpandable"><summary>
            Gets or sets whether the node is capable of being expanded or collapsed.
            </summary><value><c>true</c> if the node is capable of being expanded or collapsed; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.IsExpanded"><summary>
            Gets or sets whether the node is expanded.
            </summary><value><c>true</c> if the node is expanded; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.IsSelectable"><summary>
            Gets or sets whether the node is capable of being selected.
            </summary><value><c>true</c> if the node is capable of being selected; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.IsSelected"><summary>
            Gets or sets whether the node is selected.
            </summary><value><c>true</c> if the node is selected; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.ToggleExpansionButtonStyle"><summary>
            Gets or sets the <see cref="T:System.Windows.Style" /> to use for the toggle expansion button.
            </summary><value>The <see cref="T:System.Windows.Style" /> to use for the toggle expansion button.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.InnerBorderThicknessProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.InnerBorderThickness" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.InnerBorderThickness" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.DefaultActionCommandProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.DefaultActionCommand" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.DefaultActionCommand" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.DropIndicatorAreaProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.DropIndicatorArea" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.DropIndicatorArea" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.IndentAmountProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.IndentAmount" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.IndentAmount" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.IsExpandableProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.IsExpandable" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.IsExpandable" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.IsExpandedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.IsExpanded" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.IsExpanded" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.IsSelectableProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.IsSelectable" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.IsSelectable" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.IsSelectedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.IsSelected" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.IsSelected" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.ToggleExpansionButtonStyleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.ToggleExpansionButtonStyle" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.ToggleExpansionButtonStyle" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter"><summary>
            An adapter that can provide an item's hierarchy and visual state data for usage in a <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListBox" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.CanHaveChildren(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object)"><summary>
            Returns whether the specified item is capable of having child items.
            </summary><param name="ownerControl">The owner control.</param><param name="item">The item to examine.</param><returns><c>true</c> if the specified item is capable of having child items; otherwise, <c>false</c>.
            </returns><remarks>
            The default implementation of this method returns <c>true</c>.
            This method should only return <c>false</c> if an item is not capable of having child items and is always a 'leaf' node in the tree.
            It should not return <c>false</c> if the item can have child items, but doesn't at the current time.
            <para>
            Optimizations are in place to not call <see cref="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.GetChildren(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object)" /> when this method returns <c>true</c>.
            This method should be overridden if <see cref="F:ActiproSoftware.Windows.Controls.Grids.TreeItemChildrenQueryMode.OnExpansion" /> is used and certain items are known to be 'leaf' nodes.
            </para></remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.CreateVirtualPlaceholder(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object,System.Int32)"><summary>
            Creates a virtual placeholder for an item's child at the specified index, when data virtualization is enabled.
            </summary><param name="ownerControl">The owner control.</param><param name="parentItem">The parent item.</param><param name="index">The index of the child.</param><returns>The <see cref="T:ActiproSoftware.Windows.Controls.Grids.ITreeItemVirtualPlaceholder" /> that was created.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.Filter(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object)"><summary>
            Examines the specified item to see if meets active filter conditions.
            </summary><param name="ownerControl">The owner control.</param><param name="item">The item to examine.</param><returns>A <see cref="T:ActiproSoftware.Windows.Data.Filtering.DataFilterResult" /> that indicates the filter result.</returns><remarks>
            The default implementation of this method uses the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.DataFilter" /> value to filter the item.
            If no data filter is available, the method returns <c>Included</c>.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.GetChildren(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object)"><summary>
            Returns an <see cref="T:System.Collections.IEnumerable" /> that will be used to provide child items for the specified parent item.
            </summary><param name="ownerControl">The owner control.</param><param name="item">The item to examine.</param><returns>An <see cref="T:System.Collections.IEnumerable" /> that will be used to provide child items for the specified parent item.</returns><remarks>
            The <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.ChildrenBinding" /> property can be set for a pure XAML-based implementation of this method.
            Please note that bindings aren't as performant as code, so for large trees or if you see performance issues,
            it is recommended to override this method instead with custom logic to retrieve the appropriate value.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.GetChildrenQueryMode(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object)"><summary>
            Returns the children query mode of the specified item.
            </summary><param name="ownerControl">The owner control.</param><param name="item">The item to examine.</param><returns>A <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeItemChildrenQueryMode" /> indicating the children query mode.</returns><remarks>
            The default implementation of this method returns the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.ChildrenQueryModeDefault" /> property value.
            That property can be set in XAML, or this method may be overridden for more complex logic.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.GetExpandability(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object,System.Int32)"><summary>
            Returns the expandability of the specified item.
            </summary><param name="ownerControl">The owner control.</param><param name="item">The item to examine.</param><param name="depth">The item depth.</param><returns>A <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeItemExpandability" /> indicating the expandability.</returns><remarks>
            The default implementation of this method examines the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.TopLevelExpandabilityDefault" /> property if the item is top-level.
            If that property return <c>Auto</c>, or if the item isn't top-level, the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.ExpandabilityDefault" /> property value is returned.
            Both properties can be set in XAML, or this method may be overridden for more complex logic.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.GetIndentAmount(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object,System.Int32)"><summary>
            Returns the indent amount of the specified item.
            </summary><param name="ownerControl">The owner control.</param><param name="item">The item to examine.</param><param name="depth">The item depth.</param><returns>The indent amount.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.GetIsDraggable(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object)"><summary>
            Returns whether the specified item is draggable.
            </summary><param name="ownerControl">The owner control.</param><param name="item">The item to examine.</param><returns><c>true</c> if the specified item is draggable; otherwise, <c>false</c>.
            </returns><remarks>
            The <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.IsDraggableBinding" /> binding property can be set for a pure XAML-based implementation of this method.
            Please note that bindings aren't as performant as code, so for large trees or if you see performance issues,
            it is recommended to override this method instead with custom logic to retrieve the appropriate value.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.GetIsEditable(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object)"><summary>
            Returns whether the specified item is editable.
            </summary><param name="ownerControl">The owner control.</param><param name="item">The item to examine.</param><returns><c>true</c> if the specified item is editable; otherwise, <c>false</c>.
            </returns><remarks>
            The <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.IsEditableBinding" /> binding property can be set for a pure XAML-based implementation of this method.
            Please note that bindings aren't as performant as code, so for large trees or if you see performance issues,
            it is recommended to override this method instead with custom logic to retrieve the appropriate value.
            The <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.IsEditableDefault" /> property can also be set (if <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.IsEditableBinding" /> is not used)
            to designate the default return value of this method, and that can be set in XAML.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.GetIsEditing(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object)"><summary>
            Returns whether the specified item is currently being edited.
            </summary><param name="ownerControl">The owner control.</param><param name="item">The item to examine.</param><returns><c>true</c> if the specified item is currently being edited; otherwise, <c>false</c>.
            </returns><remarks>
            The <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.IsEditingBinding" /> binding property can be set for a pure XAML-based implementation of this method.
            Please note that bindings aren't as performant as code, so for large trees or if you see performance issues,
            it is recommended to override this method instead with custom logic to retrieve the appropriate value.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.GetIsExpanded(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object)"><summary>
            Returns whether the specified item is expanded.
            </summary><param name="ownerControl">The owner control.</param><param name="item">The item to examine.</param><returns><c>true</c> if the specified item is expanded; otherwise, <c>false</c>.
            </returns><remarks>
            The <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.IsExpandedBinding" /> binding property can be set for a pure XAML-based implementation of this method.
            Please note that bindings aren't as performant as code, so for large trees or if you see performance issues,
            it is recommended to override this method instead with custom logic to retrieve the appropriate value.
            The <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.IsExpandedDefault" /> property can also be set (if <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.IsExpandedBinding" /> is not used)
            to designate the default return value of this method, and that can be set in XAML.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.GetIsLoading(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object)"><summary>
            Returns whether the specified item is currently loading children asynchronously.
            </summary><param name="ownerControl">The owner control.</param><param name="item">The item to examine.</param><returns><c>true</c> if the specified item is currently loading children asynchronously; otherwise, <c>false</c>.
            </returns><remarks>
            The <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.IsLoadingBinding" /> binding property can be set for a pure XAML-based implementation of this method.
            Please note that bindings aren't as performant as code, so for large trees or if you see performance issues,
            it is recommended to override this method instead with custom logic to retrieve the appropriate value.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.GetIsSelectable(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object)"><summary>
            Returns whether the specified item is capable of being selected.
            </summary><param name="ownerControl">The owner control.</param><param name="item">The item to examine.</param><returns><c>true</c> if the specified item is capable of being selected; otherwise, <c>false</c>.
            </returns><remarks>
            The <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.IsSelectableBinding" /> binding property can be set for a pure XAML-based implementation of this method.
            Please note that bindings aren't as performant as code, so for large trees or if you see performance issues,
            it is recommended to override this method instead with custom logic to retrieve the appropriate value.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.GetIsSelected(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object)"><summary>
            Returns whether the specified item is selected.
            </summary><param name="ownerControl">The owner control.</param><param name="item">The item to examine.</param><returns><c>true</c> if the specified item is selected; otherwise, <c>false</c>.
            </returns><remarks>
            The <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.IsSelectedBinding" /> binding property can be set for a pure XAML-based implementation of this method.
            Please note that bindings aren't as performant as code, so for large trees or if you see performance issues,
            it is recommended to override this method instead with custom logic to retrieve the appropriate value.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.GetPath(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object)"><summary>
            Returns the item's string path.
            </summary><param name="ownerControl">The owner control.</param><param name="item">The item to examine.</param><returns>The item's string path.</returns><remarks>
            The <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.PathBinding" /> property can be set for a pure XAML-based implementation of this method.
            Please note that bindings aren't as performant as code, so for large trees or if you see performance issues,
            it is recommended to override this method instead with custom logic to retrieve the appropriate value.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.GetSearchText(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object)"><summary>
            Returns the item's text by which to match when searching.
            </summary><param name="ownerControl">The owner control.</param><param name="item">The item to examine.</param><returns>The item's string search text.</returns><remarks>
            The <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.SearchTextBinding" /> property can be set for a pure XAML-based implementation of this method.
            Please note that bindings aren't as performant as code, so for large trees or if you see performance issues,
            it is recommended to override this method instead with custom logic to retrieve the appropriate value.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.InitializeDataObject(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Windows.IDataObject,System.Collections.Generic.IEnumerable{System.Object})"><summary>
            Initializes a <see cref="T:System.Windows.IDataObject" /> based on the specified items.
            </summary><param name="sourceControl">The source control that contains the items.</param><param name="dataObject">The <see cref="T:System.Windows.IDataObject" /> to initialize.</param><param name="items">The items to examine.</param><returns>The <see cref="T:System.Windows.DragDropEffects" /> that specifies the allowed drag/drop effects for the <see cref="T:System.Windows.IDataObject" />.</returns><remarks>
            The default implementation of this method simply return <c>DragDropEffects.None</c>.
            Override this method to initialize the <see cref="T:System.Windows.IDataObject" /> with text and/or other data formats 
            (such as <see cref="F:ActiproSoftware.Windows.Controls.Grids.TreeListBox.ItemDataFormat" /> for supporting drag/drop),
            and to return an appropriate <c>DragDropEffects</c> result.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.OnDragComplete(ActiproSoftware.Windows.Input.InputPointerEventArgs,ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Windows.DataObject,System.Windows.DragDropEffects)"><summary>
            Notifies that a drag event from the source control has completed.
            </summary><param name="e">The <see cref="T:ActiproSoftware.Windows.Input.InputPointerEventArgs" /> that provides related pointer information.</param><param name="sourceControl">The source control, from which the drag occurred.</param><param name="dataObject">The data object with information about what was dragged.</param><param name="effect">The drop effect.</param><remarks>
            The default implementation of this method does nothing.
            This method can be overridden in scenarios where a custom adorner needs to be rendered near the pointer as the items are dragged,
            and the adorner should be removed.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.OnDragHover(System.Windows.DragEventArgs,ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object)"><summary>
            Notifies that a drag event hovered over a target item, returning whether the target item can be expanded when appropriate.
            </summary><param name="e">The <see cref="T:System.Windows.DragEventArgs" /> with drag information.</param><param name="targetControl">The target control, over which the event occurred.</param><param name="targetItem">The target item.</param><returns>A <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeItemExpandability" /> that indicates if the target item should expand.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.OnDragOver(System.Windows.DragEventArgs,ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object,ActiproSoftware.Windows.Controls.Grids.TreeItemDropArea)"><summary>
            Notifies that a drag event occurred over a target item, requests that appropriate updates are made to the supplied <c>DragEventArgs</c>,
            and requests that the allowed drop area is returned for visual target feedback.
            </summary><param name="e">The <see cref="T:System.Windows.DragEventArgs" /> whose effects should be updated.</param><param name="targetControl">The target control, over which the event occurred.</param><param name="targetItem">The target item, which could be <see langword="null" /> if dragging below the last tree item.</param><param name="dropArea">A <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeItemDropArea" /> indicating the drop area over the target item.</param><returns>
            A <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeItemDropArea" /> indicating the allowed drop area, which will be used for visual feedback to the end user.
            Return <c>TreeItemDropArea.None</c> for no visual feedback.
            </returns><remarks>
            The default implementation of this method sets the <c>e.Effects</c> to <c>DragDropEffects.None</c> and returns that no drop area is allowed.
            Override this method if you wish to support dropping and add logic to properly handle the dragged data.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.OnDragStart(ActiproSoftware.Windows.Input.InputPointerEventArgs,ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Windows.DataObject,System.Windows.DragDropEffects)"><summary>
            Notifies that a drag event is about to originate from the source control.
            </summary><param name="e">The <see cref="T:ActiproSoftware.Windows.Input.InputPointerEventArgs" /> that provides related pointer information.</param><param name="sourceControl">The source control, from which the drag will take place.</param><param name="dataObject">The data object with information about what will be dragged.</param><param name="allowedEffects">The allowed effects.</param><remarks>
            The default implementation of this method does nothing.
            This method can be overridden in scenarios where a custom adorner needs to be rendered near the pointer as the items are dragged,
            and the adorner should be created.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.OnDrop(System.Windows.DragEventArgs,ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object,ActiproSoftware.Windows.Controls.Grids.TreeItemDropArea)"><summary>
            Notifies that a drop event occurred over a target item and requests that appropriate updates are made to the supplied <c>DragEventArgs</c>.
            </summary><param name="e">The <see cref="T:System.Windows.DragEventArgs" /> whose effects should be updated.</param><param name="targetControl">The target control, over which the event occurred.</param><param name="targetItem">The target item, which could be <see langword="null" /> if dragging below the last tree item.</param><param name="dropArea">A <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeItemDropArea" /> indicating the drop area over the target item.</param><remarks>
            The default implementation of this method sets the <c>e.Effects</c> to <c>DragDropEffects.None</c> and takes no further action.
            Override this method if you wish to support dropping and add logic to properly handle the dragged data.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.SetIsEditing(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object,System.Boolean)"><summary>
            Sets whether the specified item is currently being edited. 
            </summary><param name="ownerControl">The owner control.</param><param name="item">The item to update.</param><param name="value">The new value.</param><remarks>
            The <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.IsEditingBinding" /> binding property can be set to a two-way binding for a pure XAML-based implementation of this method.
            Please note that bindings aren't as performant as code, so for large trees or if you see performance issues,
            it is recommended to override this method instead with custom logic to set the appropriate value.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.SetIsExpanded(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object,System.Boolean)"><summary>
            Sets whether the specified item is expanded. 
            </summary><param name="ownerControl">The owner control.</param><param name="item">The item to update.</param><param name="value">The new value.</param><remarks>
            The <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.IsExpandedBinding" /> binding property can be set to a two-way binding for a pure XAML-based implementation of this method.
            Please note that bindings aren't as performant as code, so for large trees or if you see performance issues,
            it is recommended to override this method instead with custom logic to set the appropriate value.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.SetIsSelected(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object,System.Boolean)"><summary>
            Sets whether the specified item is selected. 
            </summary><param name="ownerControl">The owner control.</param><param name="item">The item to update.</param><param name="value">The new value.</param><remarks>
            The <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.IsSelectedBinding" /> binding property can be set to a two-way binding for a pure XAML-based implementation of this method.
            Please note that bindings aren't as performant as code, so for large trees or if you see performance issues,
            it is recommended to override this method instead with custom logic to set the appropriate value.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.ChildrenBinding"><summary>
            Gets or sets a <see cref="T:System.Windows.Data.Binding" /> that can be used to retrieve an <see cref="T:System.Collections.IEnumerable" /> of child items.
            </summary><value>The <see cref="T:System.Windows.Data.Binding" /> to use.</value><remarks>
            When this property is set, it will be used within the default implementation of the <see cref="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.GetChildren(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object)" /> method.
            Please note that bindings take longer to execute than a code-based override of the <see cref="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.GetChildren(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object)" /> method.
            If you encounter any performance issues when using this binding, override the <see cref="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.GetChildren(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object)" /> method instead.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.ChildrenPath"><summary>
            Gets or sets the resolved item property name for which to monitor <see cref="T:System.ComponentModel.INotifyPropertyChanged" /> events related to child items.
            </summary><value>The name of the property to monitor.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.ChildrenQueryModeDefault"><summary>
            Gets or sets a default <see cref="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.GetChildrenQueryMode(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object)" /> return value for designating when children are queried.
            </summary><value>
            A <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeItemChildrenQueryMode" /> indicating the children query mode.
            The default value is <c>OnDisplay</c>.
            </value><remarks>
            This value is returned by <see cref="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.GetChildrenQueryMode(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object)" />.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.ExpandabilityDefault"><summary>
            Gets or sets a default <see cref="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.GetExpandability(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object,System.Int32)" /> return value for designating item expandability.
            </summary><value>
            A <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeItemExpandability" /> indicating the expandability.
            The default value is <c>Auto</c>.
            </value><remarks>
            This value is returned by <see cref="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.GetExpandability(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object,System.Int32)" />.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.IsDraggableBinding"><summary>
            Gets or sets a <see cref="T:System.Windows.Data.Binding" /> that determines whether an item is draggable.
            </summary><value>The <see cref="T:System.Windows.Data.Binding" /> to use.</value><remarks>
            When this property is set, it will be used within the default implementation of the <see cref="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.GetIsDraggable(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object)" /> method.
            Please note that bindings take longer to execute than a code-based override of the <see cref="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.GetIsDraggable(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object)" /> method.
            If you encounter any performance issues when using this binding, override the <see cref="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.GetIsDraggable(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object)" /> method instead.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.IsEditableBinding"><summary>
            Gets or sets a <see cref="T:System.Windows.Data.Binding" /> that determines whether an item is editable.
            </summary><value>The <see cref="T:System.Windows.Data.Binding" /> to use.</value><remarks>
            When this property is set, it will be used within the default implementation of the <see cref="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.GetIsEditable(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object)" /> method.
            Please note that bindings take longer to execute than a code-based override of the <see cref="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.GetIsEditable(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object)" /> method.
            If you encounter any performance issues when using this binding, override the <see cref="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.GetIsEditable(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object)" /> method instead.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.IsEditableDefault"><summary>
            Gets or sets a default <see cref="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.GetIsEditable(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object)" /> return value as to whether all items should be editable.
            </summary><value><c>true</c> if all items should be editable; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value><remarks>
            This value is returned by <see cref="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.GetIsEditable(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object)" /> if no <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.IsEditableBinding" /> is set.
            Set this property to <c>true</c> to allow all items to be editable.
            Note that an <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.IsEditableBinding" /> value will override it.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.IsEditingBinding"><summary>
            Gets or sets a <see cref="T:System.Windows.Data.Binding" /> that determines whether an item is currently being edited.
            </summary><value>The <see cref="T:System.Windows.Data.Binding" /> to use.</value><remarks>
            When this property is set, it will be used within the default implementation of the <see cref="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.GetIsEditing(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object)" /> method.
            Please note that bindings take longer to execute than a code-based override of the <see cref="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.GetIsEditing(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object)" /> method.
            If you encounter any performance issues when using this binding, override the <see cref="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.GetIsEditing(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object)" /> method instead.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.IsEditingPath"><summary>
            Gets or sets the item property name for which to monitor <see cref="T:System.ComponentModel.INotifyPropertyChanged" /> events related to editing states.
            </summary><value>The name of the property to monitor.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.IsExpandedBinding"><summary>
            Gets or sets a <see cref="T:System.Windows.Data.Binding" /> that determines whether an item should be expanded.
            </summary><value>The <see cref="T:System.Windows.Data.Binding" /> to use.</value><remarks>
            When this property is set, it will be used within the default implementation of the <see cref="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.GetIsExpanded(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object)" /> method.
            Please note that bindings take longer to execute than a code-based override of the <see cref="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.GetIsExpanded(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object)" /> method.
            If you encounter any performance issues when using this binding, override the <see cref="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.GetIsExpanded(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object)" /> method instead.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.IsExpandedDefault"><summary>
            Gets or sets a default <see cref="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.GetIsExpanded(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object)" /> return value as to whether all items should be initially expanded.
            </summary><value><c>true</c> if all items should be initially expanded; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value><remarks>
            This value is returned by <see cref="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.GetIsExpanded(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object)" /> if no <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.IsExpandedBinding" /> is set.
            Set this property to <c>true</c> to always fully expand a tree.
            Note that an <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.IsExpandedBinding" /> value will override it.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.IsExpandedPath"><summary>
            Gets or sets the item property name for which to monitor <see cref="T:System.ComponentModel.INotifyPropertyChanged" /> events related to expansion states.
            </summary><value>The name of the property to monitor.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.IsLoadingBinding"><summary>
            Gets or sets a <see cref="T:System.Windows.Data.Binding" /> that determines whether an item is currently loading children asynchronously.
            </summary><value>The <see cref="T:System.Windows.Data.Binding" /> to use.</value><remarks>
            When this property is set, it will be used within the default implementation of the <see cref="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.GetIsLoading(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object)" /> method.
            Please note that bindings take longer to execute than a code-based override of the <see cref="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.GetIsLoading(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object)" /> method.
            If you encounter any performance issues when using this binding, override the <see cref="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.GetIsLoading(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object)" /> method instead.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.IsLoadingPath"><summary>
            Gets or sets the item property name for which to monitor <see cref="T:System.ComponentModel.INotifyPropertyChanged" /> events related to async children loading states.
            </summary><value>The name of the property to monitor.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.IsSelectableBinding"><summary>
            Gets or sets a <see cref="T:System.Windows.Data.Binding" /> that determines whether an item is capable of being selected.
            </summary><value>The <see cref="T:System.Windows.Data.Binding" /> to use.</value><remarks>
            When this property is set, it will be used within the default implementation of the <see cref="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.GetIsSelectable(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object)" /> method.
            Please note that bindings take longer to execute than a code-based override of the <see cref="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.GetIsSelectable(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object)" /> method.
            If you encounter any performance issues when using this binding, override the <see cref="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.GetIsSelectable(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object)" /> method instead.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.IsSelectablePath"><summary>
            Gets or sets the item property name for which to monitor <see cref="T:System.ComponentModel.INotifyPropertyChanged" /> events related to selection capabilities.
            </summary><value>The name of the property to monitor.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.IsSelectedBinding"><summary>
            Gets or sets a <see cref="T:System.Windows.Data.Binding" /> that determines whether an item should be selected.
            </summary><value>The <see cref="T:System.Windows.Data.Binding" /> to use.</value><remarks>
            When this property is set, it will be used within the default implementation of the <see cref="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.GetIsSelected(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object)" /> method.
            Please note that bindings take longer to execute than a code-based override of the <see cref="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.GetIsSelected(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object)" /> method.
            If you encounter any performance issues when using this binding, override the <see cref="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.GetIsSelected(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object)" /> method instead.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.IsSelectedPath"><summary>
            Gets or sets the item property name for which to monitor <see cref="T:System.ComponentModel.INotifyPropertyChanged" /> events related to selection states.
            </summary><value>The name of the property to monitor.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.PathBinding"><summary>
            Gets or sets a <see cref="T:System.Windows.Data.Binding" /> that can retrieve the path of an item.
            </summary><value>The <see cref="T:System.Windows.Data.Binding" /> to use.</value><remarks>
            When this property is set, it will be used within the default implementation of the <see cref="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.GetPath(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object)" /> method.
            Please note that bindings take longer to execute than a code-based override of the <see cref="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.GetPath(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object)" /> method.
            If you encounter any performance issues when using this binding, override the <see cref="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.GetPath(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object)" /> method instead.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.SearchTextBinding"><summary>
            Gets or sets a <see cref="T:System.Windows.Data.Binding" /> that can retrieve the search text of an item.
            </summary><value>The <see cref="T:System.Windows.Data.Binding" /> to use.</value><remarks>
            When this property is set, it will be used within the default implementation of the <see cref="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.GetSearchText(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object)" /> method.
            Please note that bindings take longer to execute than a code-based override of the <see cref="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.GetSearchText(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object)" /> method.
            If you encounter any performance issues when using this binding, override the <see cref="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.GetSearchText(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object)" /> method instead.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.TopLevelExpandabilityDefault"><summary>
            Gets or sets a default <see cref="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.GetExpandability(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object,System.Int32)" /> return value for designating only top-level item expandability.
            </summary><value>
            A <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeItemExpandability" /> indicating the expandability.
            The default value is <c>Auto</c>, meaning fall back to the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.ExpandabilityDefault" /> value.
            </value><remarks>
            This value is returned by <see cref="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter.GetExpandability(ActiproSoftware.Windows.Controls.Grids.TreeListBox,System.Object,System.Int32)" />.
            </remarks></member><member name="T:ActiproSoftware.Windows.Controls.Grids.ISelectedTreeItemCollection"><summary>
            Provides the base requirements for a collection of selected tree items.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Grids.TreeItemExpandability"><summary>
            Specifies a tree item's support for expansion toggling.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeItemExpandability.Auto"><summary>
            Logic is used to determine whether the item supports expansion toggling.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeItemExpandability.Never"><summary>
            The item doesn't support expansion toggling.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemExpansionEventArgs"><summary>
            Provides event arguments for <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListBox" /> item expand and collapse-related events.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemExpansionEventArgs.#ctor(System.Object,ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem,ActiproSoftware.Windows.Controls.Grids.TreeExpansionKind,System.Object)"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemExpansionEventArgs" /> class.
            </summary><param name="item">The <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListBox" /> data item.</param><param name="container">The <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem" /> container that wraps the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemEventArgs.Item" />.</param><param name="kind">A <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeExpansionKind" /> that specifies the kind of expansion.</param><param name="sourceItem">The <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListBox" /> data item that triggered the expand/collapse, if not expanding/collapsing all items in the control.</param></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemExpansionEventArgs.Kind"><summary>
            Gets a <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeExpansionKind" /> that specifies the kind of expansion.
            </summary><value>A <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeExpansionKind" /> that specifies the kind of expansion.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemExpansionEventArgs.SourceItem"><summary>
            Gets the <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListBox" /> data item that triggered the expand/collapse, if not expanding/collapsing all items in the control.
            </summary><value>The <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListBox" /> data item that triggered the expand/collapse, if not expanding/collapsing all items in the control.</value></member><member name="T:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemMenuEventArgs"><summary>
            Provides event arguments for <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListBox" /> item menu events.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemMenuEventArgs.#ctor(System.Object,ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem,System.Nullable{System.Windows.Point},System.Boolean)"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemMenuEventArgs" /> class.
            </summary><param name="item">The <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListBox" /> data item.</param><param name="container">The <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem" /> container that wraps the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemEventArgs.Item" />.</param><param name="pointerLocation">The location of the pointer relative to the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemEventArgs.Container" /> if the menu was opened by a pointer (e.g. mouse right-click).</param><param name="isBackground">Whether the pointer location is past the end of the content, in owner control background whitespace area.</param></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemMenuEventArgs.IsBackground"><summary>
            Gets whether the pointer location is past the end of the content, in owner control background whitespace area.
            </summary><value><c>true</c> if the pointer location is past the end of the content, in owner control background whitespace area; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemMenuEventArgs.Menu"><summary>
            Gets or sets the <see cref="T:System.Windows.Controls.ContextMenu" /> that is about to be displayed.
            </summary><value>The <see cref="T:System.Windows.Controls.ContextMenu" /> that is about to be displayed.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemMenuEventArgs.PointerLocation"><summary>
            Gets or sets the location of the pointer relative to the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemEventArgs.Container" /> if the menu was opened by a pointer (e.g. mouse right-click).
            </summary><value>The location of the pointer relative to the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemEventArgs.Container" /> if the menu was opened by a pointer (e.g. mouse right-click).</value></member><member name="T:ActiproSoftware.Windows.Controls.Grids.TreeListView"><summary>
            Represents an advanced multi-column tree view control.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListView.ArrangeOverride(System.Windows.Size)"><summary>
            When overridden in a derived class, positions child elements and determines a size for a
            <see cref="T:System.Windows.FrameworkElement" /> derived class.
            </summary><param name="finalSize">
            The final area within the parent that this element should use to arrange itself and its children.
            </param><returns>The actual size used.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListView.ClearContainerForItemOverride(System.Windows.DependencyObject,System.Object)"><summary>
            Removes the effects of a <see cref="M:ActiproSoftware.Windows.Controls.Grids.TreeListView.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object)" /> call.
            </summary><param name="element">The <see cref="T:System.Windows.DependencyObject" /> that is the wrapper element.</param><param name="item">The item that is being wrapped.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListView.GetColumnHeaderVisibility(System.Windows.Controls.ScrollViewer)"><summary>
            Gets the value of the <c>ColumnHeaderVisibility</c> attached property for the specified object.
            </summary><param name="obj">The object from which the property value is read.</param><returns>The object's value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListView.SetColumnHeaderVisibility(System.Windows.Controls.ScrollViewer,System.Windows.Visibility)"><summary>
            Sets the value of the <c>ColumnHeaderVisibility</c> attached property to the specified object. 
            </summary><param name="obj">The object to which the attached property is written.</param><param name="value">The value to set.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListView.GetFrozenColumnsWidth(System.Windows.Controls.ScrollViewer)"><summary>
            Gets the value of the <c>FrozenColumnsWidth</c> attached property for the specified object.
            </summary><param name="obj">The object from which the property value is read.</param><returns>The object's value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListView.SetFrozenColumnsWidth(System.Windows.Controls.ScrollViewer,System.Double)"><summary>
            Sets the value of the <c>FrozenColumnsWidth</c> attached property to the specified object. 
            </summary><param name="obj">The object to which the attached property is written.</param><param name="value">The value to set.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListView.GetContainerForItemOverride"><summary>
            Creates or identifies the element used to display the specified item.
            </summary><returns>The element that is used to display the given item. </returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListView.IsItemItsOwnContainerOverride(System.Object)"><summary>
            Determines if the specified item is (or is eligible to be) its own item container.
            </summary><param name="item">Specified item.</param><returns><c>true</c> if the item is its own item container; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListView.MeasureOverride(System.Windows.Size)"><summary>
            When overridden in a derived class, measures the size in layout required for child elements and determines a size for
            the <see cref="T:System.Windows.FrameworkElement" />-derived class.
            </summary><param name="availableSize">
            The available size that this element can give to child elements. Infinity can be specified as a value to indicate that
            the element will size to whatever content is available.
            </param><returns>
            The size that this element determines it needs during layout, based on its calculations of child element sizes.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListView.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListView.OnCreateAutomationPeer"><summary>
            Returns an <see cref="T:System.Windows.Automation.Peers.AutomationPeer" /> object for this control instance.
            </summary><returns>An <see cref="T:System.Windows.Automation.Peers.AutomationPeer" /> instance.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListView.OnScrollViewerScrollChanged(System.Windows.Controls.ScrollChangedEventArgs)"><summary>
            Occurs when the scroll viewer's scroll is changed.
            </summary><param name="e">The <see cref="T:System.Windows.Controls.ScrollChangedEventArgs" /> that contains data related to the event.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListView.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object)"><summary>
            Prepares the specified element to display the specified item. 
            </summary><param name="element">The <see cref="T:System.Windows.DependencyObject" /> that is the wrapper element.</param><param name="item">The item that is being wrapped.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListView.SizeAllColumnsToFit"><summary>
            Sizes all non-star width columns to fit.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListView.OnColumnHeaderMenuRequested(ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnMenuEventArgs)"><summary>
            Occurs when a column header requests a context menu.
            </summary><param name="e">The <c>TreeListViewColumnMenuEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListView.OnColumnHeaderTapped(ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnEventArgs)"><summary>
            Occurs when a column's header is tapped.
            </summary><param name="e">The <c>TreeListViewColumnEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListView.OnColumnIsVisibleChanged(ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnEventArgs)"><summary>
            Occurs when a column's visibility has changed.
            </summary><param name="e">The <c>TreeListViewColumnEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListView.OnColumnReordered(ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnEventArgs)"><summary>
            Occurs after a column is reordered by the end user.
            </summary><param name="e">The <c>TreeListViewColumnEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListView.OnColumnsResized(System.Windows.RoutedEventArgs)"><summary>
            Occurs after the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.ActualWidth" /> of one or more columns changes.
            </summary><param name="e">The <c>RoutedEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListView.#ctor"><summary>
            Initializes an instance of the <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListView" /> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListView.AreColumnHeadersVisible"><summary>
            Gets or sets whether column headers are visible.
            </summary><value><c>true</c> if column headers are visible; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListView.CanColumnsReorder"><summary>
            Gets or sets whether columns can be reordered by the end user.
            </summary><value><c>true</c> if columns can be reordered by the end user; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListView.CanColumnsResize"><summary>
            Gets or sets whether columns can be resized by the end user.
            </summary><value><c>true</c> if columns can be resized by the end user; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListView.CanColumnsToggleVisibility"><summary>
            Gets or sets whether columns can have their visibility toggled by the end user.
            </summary><value><c>true</c> if columns can have their visibility toggled by the end user; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListView.ColumnHeaderHeight"><summary>
            Gets the height of the column header.
            </summary><value>The height of the column header.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListView.Columns"><summary>
            Gets the collection of columns in the control.
            </summary><value>The collection of columns in the control.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListView.ExpansionColumnIndex"><summary>
            Gets or sets the index of the columns that contains the indentation and expander button.
            </summary><value>
            The index of the columns that contains the indentation and expander button.
            The default value is <c>0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListView.FrozenColumnCount"><summary>
            Gets or sets the number of non-scrolling columns, that are always displayed left-most and cannot be scrolled out of visibility.
            </summary><value>
            The number of non-scrolling columns.
            The default value is <c>0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListView.IsKeyboardFocusWithinContent"><summary>
            Gets whether keyboard focus is within the content area, and not in any header area.
            </summary><value><c>true</c> if keyboard focus is within the content area; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListView.SizeAllColumnsToFitCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that sizes all non-star width columns to fit.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that sizes all non-star width columns to fit.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListView.IsDefaultColumnHeaderContextMenuEnabled"><summary>
            Gets or sets whether the default column header context menu is enabled.
            </summary><value><c>true</c> if the default column header context menu is enabled; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="E:ActiproSoftware.Windows.Controls.Grids.TreeListView.ColumnHeaderMenuRequested"><summary>
            Occurs when a column header requests a context menu.
            </summary><eventdata>
            The event handler receives an argument of type <c>TreeListViewColumnMenuEventArgs</c> containing data related to this event.
            </eventdata></member><member name="E:ActiproSoftware.Windows.Controls.Grids.TreeListView.ColumnHeaderTapped"><summary>
            Occurs when a column's header is tapped.
            </summary><eventdata>
            The event handler receives an argument of type <c>TreeListViewColumnEventArgs</c> containing data related to this event.
            </eventdata></member><member name="E:ActiproSoftware.Windows.Controls.Grids.TreeListView.ColumnIsVisibleChanged"><summary>
            Occurs when a column's visibility has changed.
            </summary><eventdata>
            The event handler receives an argument of type <c>TreeListViewColumnEventArgs</c> containing data related to this event.
            </eventdata></member><member name="E:ActiproSoftware.Windows.Controls.Grids.TreeListView.ColumnReordered"><summary>
            Occurs after a column is reordered by the end user.
            </summary><eventdata>
            The event handler receives an argument of type <c>TreeListViewColumnEventArgs</c> containing data related to this event.
            </eventdata></member><member name="E:ActiproSoftware.Windows.Controls.Grids.TreeListView.ColumnsResized"><summary>
            Occurs after the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.ActualWidth" /> of one or more columns changes.
            </summary><eventdata>
            The event handler receives an argument of type <c>RoutedEventArgs</c> containing data related to this event.
            </eventdata></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListView.AreColumnHeadersVisibleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListView.AreColumnHeadersVisible" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListView.AreColumnHeadersVisible" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListView.CanColumnsReorderProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListView.CanColumnsReorder" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListView.CanColumnsReorder" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListView.CanColumnsResizeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListView.CanColumnsResize" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListView.CanColumnsResize" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListView.CanColumnsToggleVisibilityProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListView.CanColumnsToggleVisibility" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListView.CanColumnsToggleVisibility" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListView.ColumnHeaderHeightProperty"><summary>
            Identifies the <c>ColumnHeaderHeight</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>ColumnHeaderHeight</c> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListView.ColumnHeaderVisibilityProperty"><summary>
            Identifies the <c>ColumnHeaderVisibility</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>ColumnHeaderVisibility</c> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListView.ExpansionColumnIndexProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListView.ExpansionColumnIndex" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListView.ExpansionColumnIndex" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListView.FrozenColumnCountProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListView.FrozenColumnCount" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListView.FrozenColumnCount" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListView.FrozenColumnsWidthProperty"><summary>
            Identifies the <c>FrozenColumnsWidth</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>FrozenColumnsWidth</c> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListView.ColumnHeaderMenuRequestedEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Grids.TreeListView.ColumnHeaderMenuRequested" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Grids.TreeListView.ColumnHeaderMenuRequested" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListView.ColumnHeaderTappedEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Grids.TreeListView.ColumnHeaderTapped" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Grids.TreeListView.ColumnHeaderTapped" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListView.ColumnIsVisibleChangedEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Grids.TreeListView.ColumnIsVisibleChanged" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Grids.TreeListView.ColumnIsVisibleChanged" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListView.ColumnReorderedEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Grids.TreeListView.ColumnReordered" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Grids.TreeListView.ColumnReordered" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListView.ColumnsResizedEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Grids.TreeListView.ColumnsResized" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Grids.TreeListView.ColumnsResized" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListView.IsDefaultColumnHeaderContextMenuEnabledProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListView.IsDefaultColumnHeaderContextMenuEnabled" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListView.IsDefaultColumnHeaderContextMenuEnabled" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn"><summary>
            Represents a column definition for a <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListView" /> control.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.SizeToFit"><summary>
            Adjusts the width of the column to fit all of its contents.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.#ctor"><summary>
            Initializes an instance of the <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn" /> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.ActualWidth"><summary>
            Gets the actual width of the column.
            </summary><value>The actual width of the column.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.AutoWidthMode"><summary>
            Gets or sets the <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnAutoWidthMode" /> that specifies which column cells are used to calculate auto-width when <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.Width" /> is <c>Auto</c>.
            </summary><value>The <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnAutoWidthMode" /> that specifies which column cells are used to calculate auto-width when <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.Width" /> is <c>Auto</c>.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.CanReorder"><summary>
            Gets or sets whether the column can be reordered by the end user.
            </summary><value>
            A nullable <see cref="T:System.Boolean" /> that indicates whether the column can be reordered by the end user.
            </value><remarks>
            If set to <see langword="null" />, the resolved value will use the global <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListView.CanColumnsReorder" /> setting.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.CanResize"><summary>
            Gets or sets whether the column can be resized by the end user.
            </summary><value>
            A nullable <see cref="T:System.Boolean" /> that indicates whether the column can be resized by the end user.
            </value><remarks>
            If set to <see langword="null" />, the resolved value will use the global <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListView.CanColumnsResize" /> setting.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.CanToggleVisibility"><summary>
            Gets or sets whether the column can have its visibility toggled by the end user.
            </summary><value>
            A nullable <see cref="T:System.Boolean" /> that indicates whether the column can have its visibility toggled by the end user.
            </value><remarks>
            If set to <see langword="null" />, the resolved value will use the global <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListView.CanColumnsToggleVisibility" /> setting.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.CellBorderThickness"><summary>
            Gets or sets the <see cref="T:System.Windows.Thickness" /> of the border around cells in this column.
            </summary><value>
            The <see cref="T:System.Windows.Thickness" /> of the border around cells in this column.
            The default value is <c>0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.CellContainerStyle"><summary>
            Gets or sets the <see cref="T:System.Windows.Style" /> that defines the visual representation of the column's cells.
            </summary><value>The <see cref="T:System.Windows.Style" /> that defines the visual representation of the column's cells.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.CellHorizontalAlignment"><summary>
            Gets or sets the <see cref="T:System.Windows.HorizontalAlignment" /> of the cell content in this column.
            </summary><value>The <see cref="T:System.Windows.HorizontalAlignment" /> of the cell content in this column.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.CellPadding"><summary>
            Gets or sets the <see cref="T:System.Windows.Thickness" /> of the padding in cells in this column.
            </summary><value>
            The <see cref="T:System.Windows.Thickness" /> of the padding in cells in this column.
            The default value is <c>7, 2</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.CellTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> that defines the visual representation of the column's cells.
            </summary><value>The <see cref="T:System.Windows.DataTemplate" /> that defines the visual representation of the column's cells.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.CellTemplateSelector"><summary>
            Gets or sets the <see cref="T:System.Windows.Controls.DataTemplateSelector" /> that selects which template to use for the column's cells.
            </summary><value>The <see cref="T:System.Windows.Controls.DataTemplateSelector" /> that selects which template to use for the column's cells.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.ClipX"><summary>
            Gets the clip x-location.
            </summary><value>The clip x-location.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.DisplayMemberBinding"><summary>
            Gets or sets the data item to bind to for this column.
            </summary><value>The data item to bind to for this column.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.Header"><summary>
            Gets or sets the column header content.
            </summary><value>The column header content.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.HeaderCellBorderThickness"><summary>
            Gets or sets the <see cref="T:System.Windows.Thickness" /> of the border around the header cell in this column.
            </summary><value>
            The <see cref="T:System.Windows.Thickness" /> of the border around the header cell in this column.
            The default value is <c>0, 0, 1, 1</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.HeaderCellPadding"><summary>
            Gets or sets the <see cref="T:System.Windows.Thickness" /> of the padding in the header cell in this column.
            </summary><value>
            The <see cref="T:System.Windows.Thickness" /> of the padding in the header cell in this column.
            The default value is <c>7, 2</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.HeaderContainerStyle"><summary>
            Gets or sets the <see cref="T:System.Windows.Style" /> to use for the column header container.
            </summary><value>The <see cref="T:System.Windows.Style" /> to use for the column header container.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.HeaderHorizontalAlignment"><summary>
            Gets or sets the <see cref="T:System.Windows.HorizontalAlignment" /> of the column header content.
            </summary><value>The <see cref="T:System.Windows.HorizontalAlignment" /> of the column header content.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.HeaderTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> that defines the visual representation of the column header.
            </summary><value>The <see cref="T:System.Windows.DataTemplate" /> that defines the visual representation of the column header.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.HeaderTemplateSelector"><summary>
            Gets or sets the <see cref="T:System.Windows.Controls.DataTemplateSelector" /> that selects which template to use for the column header.
            </summary><value>The <see cref="T:System.Windows.Controls.DataTemplateSelector" /> that selects which template to use for the column header.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.Index"><summary>
            Gets the index of the column within its owner control.
            </summary><value>The index of the column within its owner control.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.IsFrozen"><summary>
            Gets whether the column is frozen.
            </summary><value><c>true</c> if the column is frozen; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.IsResizeGripperEnabled"><summary>
            Gets whether the column's resize gripper is enabled.
            </summary><value><c>true</c> if the column's resize gripper is enabled; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.IsVisible"><summary>
            Gets or sets whether the column is visible.
            </summary><value><c>true</c> if the column is visible; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.MaxWidth"><summary>
            Gets or sets the maximum column width.
            </summary><value>
            The maximum column width.
            The default value is <c>NaN</c>, meaning no maximum.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.MinWidth"><summary>
            Gets or sets the minimum column width.
            </summary><value>
            The minimum column width.
            The default value is <c>30.0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.SizeToFitCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that adjusts the width of the column to fit all of its contents.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that adjusts the width of the column to fit all of its contents.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.SortDirection"><summary>
            Gets or sets the column sort direction.
            </summary><value>
            The column sort direction.
            The default value is a null reference, meaning no sort.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.Title"><summary>
            Gets or sets the string title of the column, used in context menus and other secondary UI, but not visible within the column itself.
            </summary><value>
            The title of the column.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.ToggleVisibilityCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> that can be used to toggle the column's visibility.
            </summary><value>
            The <see cref="T:System.Windows.Input.ICommand" /> that can be used to toggle the column's visibility.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.Width"><summary>
            Gets or sets the column width.
            </summary><value>
            The column width.
            The default value is <c>Auto</c>.
            </value></member><member name="E:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.PropertyChanged"><summary>
            Occurs when a property has been changed.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.AutoWidthModeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.AutoWidthMode" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.AutoWidthMode" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.CanReorderProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.CanReorder" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.CanReorder" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.CanResizeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.CanResize" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.CanResize" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.CanToggleVisibilityProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.CanToggleVisibility" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.CanToggleVisibility" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.CellBorderThicknessProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.CellBorderThickness" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.CellBorderThickness" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.CellContainerStyleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.CellContainerStyle" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.CellContainerStyle" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.CellHorizontalAlignmentProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.CellHorizontalAlignment" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.CellHorizontalAlignment" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.CellPaddingProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.CellPadding" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.CellPadding" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.CellTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.CellTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.CellTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.CellTemplateSelectorProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.CellTemplateSelector" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.CellTemplateSelector" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.HeaderProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.Header" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.Header" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.HeaderCellBorderThicknessProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.HeaderCellBorderThickness" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.HeaderCellBorderThickness" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.HeaderCellPaddingProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.HeaderCellPadding" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.HeaderCellPadding" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.HeaderContainerStyleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.HeaderContainerStyle" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.HeaderContainerStyle" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.HeaderHorizontalAlignmentProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.HeaderHorizontalAlignment" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.HeaderHorizontalAlignment" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.HeaderTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.HeaderTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.HeaderTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.HeaderTemplateSelectorProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.HeaderTemplateSelector" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.HeaderTemplateSelector" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.IndexProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.Index" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.Index" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.IsFrozenProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.IsFrozen" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.IsFrozen" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.IsResizeGripperEnabledProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.IsResizeGripperEnabled" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.IsResizeGripperEnabled" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.IsVisibleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.IsVisible" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.IsVisible" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.MaxWidthProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.MaxWidth" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.MaxWidth" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.MinWidthProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.MinWidth" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.MinWidth" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.SortDirectionProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.SortDirection" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.SortDirection" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.TitleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.Title" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.Title" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.WidthProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.Width" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn.Width" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnAutoWidthMode"><summary>
            Specifies which column cells are used to calculate auto-width.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnAutoWidthMode.Both"><summary>
            Both the header and item cells in this column are used to calculate the width.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnAutoWidthMode.HeaderOnly"><summary>
            Only the header cells in this column are used to calculate the width. 
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnAutoWidthMode.ItemsOnly"><summary>
            Only the item cells in this column are used to calculate the width.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnEventArgs"><summary>
            Provides event arguments for <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn" /> events.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnEventArgs.#ctor(ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn)"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnEventArgs" /> class.
            </summary><param name="column">The target <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn" />.</param></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnEventArgs.Column"><summary>
            Gets the target <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn" />.
            </summary><value>The target <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn" />.</value></member><member name="T:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnHeader"><summary>
            Represents an item for a <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListBox" /> control.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnHeader.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnHeader.OnGotFocus(System.Windows.RoutedEventArgs)"><summary>
            Occurs when the control gains focus.
            </summary><param name="e">The <see cref="T:System.Windows.RoutedEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnHeader.OnLostFocus(System.Windows.RoutedEventArgs)"><summary>
            Occurs when the control loses focus.
            </summary><param name="e">The <see cref="T:System.Windows.RoutedEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnHeader.ToString"><summary>
            Returns a <c>String</c> that represents the current <c>Object</c>.
            </summary><returns>A <c>String</c> that represents the current <c>Object</c>.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnHeader.OnContextMenuOpening(System.Windows.Controls.ContextMenuEventArgs)"><summary>
            Occurs when a context menu is requested.
            </summary><param name="e">The <see cref="T:System.Windows.Controls.ContextMenuEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnHeader.#ctor"><summary>
            Initializes an instance of the <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnHeader" /> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnHeader.DropIndicatorArea"><summary>
            Gets a <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeItemDropArea" /> that specifies the drop indicator to display.
            </summary><value>The <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeItemDropArea" /> that specifies the drop indicator to display.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnHeader.IsDragging"><summary>
            Gets whether the control is being dragged.
            </summary><value><c>true</c> if the control is being dragged; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnHeader.IsPressed"><summary>
            Gets whether the control is pressed.
            </summary><value><c>true</c> if the control is pressed; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnHeader.IsResizeGripperEnabled"><summary>
            Gets whether the resizing header gripper is enabled.
            </summary><value><c>true</c> if the resizing header gripper is enabled; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnHeader.Role"><summary>
            Gets or sets a <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnHeaderRole" /> that indicates the role of the column header.
            </summary><value>
            A <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnHeaderRole" /> that indicates the role of the column header.
            The default value is <c>Normal</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnHeader.SortDirection"><summary>
            Gets or sets the column sort direction.
            </summary><value>
            The column sort direction.
            The default value is a null reference, meaning no sort.
            </value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnHeader.DropIndicatorAreaProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnHeader.DropIndicatorArea" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnHeader.DropIndicatorArea" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnHeader.IsDraggingProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnHeader.IsDragging" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnHeader.IsDragging" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnHeader.IsPressedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnHeader.IsPressed" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnHeader.IsPressed" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnHeader.IsResizeGripperEnabledProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnHeader.IsResizeGripperEnabled" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnHeader.IsResizeGripperEnabled" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnHeader.RoleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnHeader.Role" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnHeader.Role" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnHeader.SortDirectionProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnHeader.SortDirection" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnHeader.SortDirection" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnHeaderRole"><summary>
            Specifies the role for a <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnHeader" /> within a <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListView" />.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnHeaderRole.Normal"><summary>
            A normal column header.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnHeaderRole.Padding"><summary>
            The column header provides padding between the last column and the right end of the control.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnMenuEventArgs"><summary>
            Provides event arguments for <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn" /> menu events.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnMenuEventArgs.#ctor(ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn)"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnMenuEventArgs" /> class.
            </summary><param name="column">The target <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn" />.</param></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumnMenuEventArgs.Menu"><summary>
            Gets or sets the <see cref="T:System.Windows.Controls.ContextMenu" /> that is about to be displayed.
            </summary><value>The <see cref="T:System.Windows.Controls.ContextMenu" /> that is about to be displayed.</value></member><member name="T:ActiproSoftware.Windows.Controls.Grids.TreeListViewItem"><summary>
            Represents an item for a <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListView" /> control.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListViewItem.IsLocationOverBackground(System.Windows.Point)"><summary>
            Returns whether the specified location is past the end of the content, in owner control background whitespace area.
            </summary><param name="location">The location to examine.</param><returns><c>true</c> if the specified location is past the end of the content, in owner control background whitespace area; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListViewItem.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListViewItem.OnCreateAutomationPeer"><summary>
            Returns an <see cref="T:System.Windows.Automation.Peers.AutomationPeer" /> object for this control instance.
            </summary><returns>An <see cref="T:System.Windows.Automation.Peers.AutomationPeer" /> instance.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListViewItem.OnIndentAmountChanged"><summary>
            Occurs when the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.IndentAmount" /> property is changed.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListViewItem.#ctor"><summary>
            Initializes an instance of the <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListViewItem" /> class.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Grids.TreeListViewItemCell"><summary>
            Represents an item for a <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListView" /> control.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListViewItemCell.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListViewItemCell.#ctor"><summary>
            Initializes an instance of the <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListViewItemCell" /> class.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListViewItemCell.#ctor(ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn)"><summary>
            Initializes an instance of the <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListViewItemCell" /> class.
            </summary><param name="column">The <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn" /> in which the cell resides.</param></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewItemCell.Column"><summary>
            Gets the <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn" /> in which the cell resides.
            </summary><value>The <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn" /> in which the cell resides.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewItemCell.IndentAmount"><summary>
            Gets or sets the amount that this cell's content is indented.
            </summary><value>
            The amount that this cell's content is indented.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewItemCell.IsResizeGripperEnabled"><summary>
            Gets whether the resizing header gripper is enabled.
            </summary><value><c>true</c> if the resizing header gripper is enabled; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListViewItemCell.ColumnProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewItemCell.Column" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewItemCell.Column" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListViewItemCell.IndentAmountProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewItemCell.IndentAmount" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewItemCell.IndentAmount" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListViewItemCell.IsResizeGripperEnabledProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewItemCell.IsResizeGripperEnabled" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListViewItemCell.IsResizeGripperEnabled" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Grids.TreeMultiDragKind"><summary>
            Specifies the item multi-drag mode for a tree control.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeMultiDragKind.None"><summary>
            Drags are not allowed when multiple items are selected.  Only single item selection drags are permitted.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeMultiDragKind.Any"><summary>
            Any node can be dragged.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeMultiDragKind.SameType"><summary>
            Any node that is the same type can be dragged.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeMultiDragKind.SameDepth"><summary>
            Any node at the same depth can be dragged.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeMultiDragKind.Siblings"><summary>
            Any node that shares the same parent can be dragged.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Grids.TreeMultiSelectionKind"><summary>
            Specifies the item multi-select mode for a tree control.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeMultiSelectionKind.Any"><summary>
            Any node can be selected.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeMultiSelectionKind.SameType"><summary>
            Any node that is the same type can be selected.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeMultiSelectionKind.SameDepth"><summary>
            Any node at the same depth can be selected.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeMultiSelectionKind.Siblings"><summary>
            Any node that shares the same parent can be selected.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Grids.TreeListBox"><summary>
            Represents an advanced single-column tree view control.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBox.ArrangeOverride(System.Windows.Size)"><summary>
            When overridden in a derived class, positions child elements and determines a size for a <see cref="T:System.Windows.FrameworkElement" /> derived class. 
            </summary><param name="finalSize">
            The final area within the parent that this element should use to arrange itself and its children.
            </param><returns>The actual size used.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBox.BringItemIntoView(System.Object)"><summary>
            Brings the specified node's container into view.
            </summary><param name="item">The node whose container needs to scroll into view.</param><returns><c>true</c> if the node's container was brought into view; otherwise, <c>false</c>.
            </returns><remarks>
            This method can be a bottleneck in very large trees where the specified node hasn't yet been exposed to the control by its ancestor nodes all being expanded.
            In that scenario, a full tree search is required to locate the node.
            For that case, it is recommended to use the <see cref="M:ActiproSoftware.Windows.Controls.Grids.TreeListBox.BringItemIntoViewByFullPath(System.String)" /> method that searches by full path instead, since that can be much faster.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBox.BringItemIntoViewByFullPath(System.String)"><summary>
            Brings the container for the item with the specified full path into view.
            </summary><param name="fullPath">The full path to the item whose container needs to scroll into view.</param><returns><c>true</c> if the item's container was brought into view; otherwise, <c>false</c>.
            </returns><remarks>
            This method requires that the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.ItemAdapter" /> supplies a path for each item.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBox.ClearContainerForItemOverride(System.Windows.DependencyObject,System.Object)"><summary>
            Removes the effects of a <see cref="M:ActiproSoftware.Windows.Controls.Grids.TreeListBox.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object)" /> call.
            </summary><param name="element">The <see cref="T:System.Windows.DependencyObject" /> that is the wrapper element.</param><param name="item">The item that is being wrapped.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBox.CollapseAll"><summary>
            Collapses all known tree items.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBox.ExpandAll"><summary>
            Expands all known tree items.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBox.GetContainerForItemOverride"><summary>
            Creates or identifies the element used to display the specified item.
            </summary><returns>The element that is used to display the given item. </returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBox.GetFullPath(System.Object)"><summary>
            Returns the full path of the specified item.
            </summary><param name="item">The item to examine.</param><returns>The full path of the specified item.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBox.GetItemByFullPath(System.String)"><summary>
            Returns the item with the specified full path.
            </summary><param name="fullPath">The full path to the item.</param><returns>The item with the specified full path.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBox.GetItemNavigator(System.Object)"><summary>
            Returns the <see cref="T:ActiproSoftware.Windows.Controls.Grids.ITreeItemNavigator" /> for the specified item, if the item is a visible item.
            </summary><param name="item">The visible item to examine.</param><returns>The <see cref="T:ActiproSoftware.Windows.Controls.Grids.ITreeItemNavigator" /> for the specified item, if the item is a visible item.</returns><remarks>
            This navigator can be used to navigate the item tree.
            No navigator will be returned if the item is not a visible item in this control.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBox.InvalidateChildren(System.Object)"><summary>
            Invalidates the children of the specified item, allowing the children to be requeried.
            </summary><param name="item">The item to examine.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBox.IsItemItsOwnContainerOverride(System.Object)"><summary>
            Determines if the specified item is (or is eligible to be) its own item container.
            </summary><param name="item">Specified item.</param><returns><c>true</c> if the item is its own item container; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBox.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBox.OnCreateAutomationPeer"><summary>
            Returns an <see cref="T:System.Windows.Automation.Peers.AutomationPeer" /> object for this control instance.
            </summary><returns>An <see cref="T:System.Windows.Automation.Peers.AutomationPeer" /> instance.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBox.OnDragEnter(System.Windows.DragEventArgs)"><summary>
            Occurs when an object is dragged inside of the control.
            </summary><param name="e">The <see cref="T:System.Windows.DragEventArgs" /> containing data related to this event.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBox.OnDragLeave(System.Windows.DragEventArgs)"><summary>
            Occurs when an object is dragged outside of the control.
            </summary><param name="e">The <see cref="T:System.Windows.DragEventArgs" /> containing data related to this event.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBox.OnDragOver(System.Windows.DragEventArgs)"><summary>
            Occurs when an object is dragged over the control.
            </summary><param name="e">The <see cref="T:System.Windows.DragEventArgs" /> containing data related to this event.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBox.OnDrop(System.Windows.DragEventArgs)"><summary>
            Occurs when an object is dropped over the control.
            </summary><param name="e">The <see cref="T:System.Windows.DragEventArgs" /> containing data related to this event.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBox.OnKeyDown(System.Windows.Input.KeyEventArgs)"><summary>
            Occurs when a key is pressed.
            </summary><param name="e">The <see cref="T:System.Windows.Input.KeyEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBox.OnScrollViewerScrollChanged(System.Windows.Controls.ScrollChangedEventArgs)"><summary>
            Occurs when the scroll viewer's scroll is changed.
            </summary><param name="e">The <see cref="T:System.Windows.Controls.ScrollChangedEventArgs" /> that contains data related to the event.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBox.PrepareContainerForItemOverride(System.Windows.DependencyObject,System.Object)"><summary>
            Prepares the specified element to display the specified item. 
            </summary><param name="element">The <see cref="T:System.Windows.DependencyObject" /> that is the wrapper element.</param><param name="item">The item that is being wrapped.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBox.ProcessKeyDown(System.Windows.Input.KeyEventArgs)"><summary>
            Processes a key down event.
            </summary><param name="e">The <see cref="T:System.Windows.Input.KeyEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBox.FocusItem(System.Object)"><summary>
            Focuses the container for the specified node, scrolling it into view as needed.
            </summary><param name="item">The node whose container should be focused.</param><remarks>
            This method can be a bottleneck in very large trees where the specified node hasn't yet been exposed to the control by its ancestor nodes all being expanded.
            In that scenario, a full tree search is required to locate the node.
            For that case, it is recommended to use the <see cref="M:ActiproSoftware.Windows.Controls.Grids.TreeListBox.FocusItemByFullPath(System.String)" /> method that searches by full path instead, since that can be much faster.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBox.FocusItemByFullPath(System.String)"><summary>
            Focuses the container for the node with the specified full path, scrolling it into view as needed.
            </summary><param name="fullPath">The full path to the node whose container should be focused.</param><remarks>
            This method requires that the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.ItemAdapter" /> supplies a path for each item.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBox.OnIsRootItemVisibleChanged(System.Windows.RoutedEventArgs)"><summary>
            Occurs after the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.IsRootItemVisible" /> property is changed.
            </summary><param name="e">The <c>RoutedEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBox.OnItemCollapsed(ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemExpansionEventArgs)"><summary>
            Occurs after an item is collapsed.
            </summary><param name="e">The <c>TreeListBoxItemExpansionEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBox.OnItemCollapsing(ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemExpansionEventArgs)"><summary>
            Occurs before an item is collapsed.
            </summary><param name="e">The <c>TreeListBoxItemExpansionEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBox.OnItemDefaultActionExecuting(ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemEventArgs)"><summary>
            Occurs before the default action is executed for an item.
            </summary><param name="e">The <c>TreeListBoxItemEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBox.OnItemExpanded(ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemExpansionEventArgs)"><summary>
            Occurs after an item is expanded.
            </summary><param name="e">The <c>TreeListBoxItemExpansionEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBox.OnItemExpanding(ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemExpansionEventArgs)"><summary>
            Occurs before an item is expanded.
            </summary><param name="e">The <c>TreeListBoxItemExpansionEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBox.OnItemMenuRequested(ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemMenuEventArgs)"><summary>
            Occurs when an item requests a context menu.
            </summary><param name="e">The <c>TreeListBoxItemMenuEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBox.OnItemSelecting(ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemEventArgs)"><summary>
            Occurs before an item is selected.
            </summary><param name="e">The <c>TreeListBoxItemEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBox.OnRootItemChanged(System.Windows.RoutedEventArgs)"><summary>
            Occurs after the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.RootItem" /> property is changed.
            </summary><param name="e">The <c>RoutedEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBox.OnSelectionChanged(System.Windows.Controls.SelectionChangedEventArgs)"><summary>
            Occurs when the selection is changed.
            </summary><param name="e">The <c>SelectionChangedEventArgs</c> that contains the event data.</param><remarks>
            This method has no default implementation. 
            Because an intermediate class in the inheritance might implement this method, 
            we recommend that you call the base implementation in your implementation.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBox.CreateSelectionBatch"><summary>
            Creates an <see cref="T:System.IDisposable" /> object that wraps a batch of selection updates, and allows them to be made without raising selection-related events in between each one.
            </summary><returns>The <see cref="T:System.IDisposable" /> that was created.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBox.SelectItemByFullPath(System.String)"><summary>
            Sets the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.SelectedItem" /> to the node with the specified full path.
            </summary><param name="fullPath">The full path to the node whose container should be selected.</param><returns><c>true</c> if a node was selected; otherwise, <c>false</c>.
            </returns><remarks>
            This method requires that the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.ItemAdapter" /> supplies a path for each item.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBox.GetIsSelectionActive(ActiproSoftware.Windows.Controls.Grids.TreeListBox)"><summary>
            Gets the value of the <c>IsSelectionActive</c> attached property for the specified object.
            </summary><param name="obj">The object from which the property value is read.</param><returns>The object's value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBox.OnGotKeyboardFocus(System.Windows.Input.KeyboardFocusChangedEventArgs)"><summary>
            Occurs when the control gains keyboard focus.
            </summary><param name="e">The <see cref="T:System.Windows.Input.KeyboardFocusChangedEventArgs" /> containing data related to this event.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBox.OnIsKeyboardFocusWithinChanged(System.Windows.DependencyPropertyChangedEventArgs)"><summary>
            Occurs when the property value has changed.
            </summary><param name="e">The <see cref="T:System.Windows.DependencyPropertyChangedEventArgs" /> containing data related to this event.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBox.OnItemsSourceChanged(System.Collections.IEnumerable,System.Collections.IEnumerable)"><summary>
            Occurs when the <c>ItemsSource</c> property is changed.
            </summary><param name="oldValue">The old value.</param><param name="newValue">The new value.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBox.#ctor"><summary>
            Initializes an instance of the <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListBox" /> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.MultiSelectionKind"><summary>
            Gets or sets a <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeMultiSelectionKind" /> that indicates the selection support when multiple items are involved.
            </summary><value>
            A <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeMultiSelectionKind" /> that indicates the selection support when multiple items are involved.
            The default value is <c>Any</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.SelectionMode"><summary>
            Gets or sets a <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.SelectionMode" /> that indicates the selection behavior.
            </summary><value>
            A <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.SelectionMode" /> that indicates the selection behavior.
            The default value is <c>Single</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.SelectedItem"><summary>
            Gets or sets the primary selected item.
            </summary><value>The primary selected item.</value><remarks>
            This property's setter can be a bottleneck in very large trees where the specified node hasn't yet been exposed to the control by its ancestor nodes all being expanded.
            In that scenario, a full tree search is required to locate the node.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.SelectedItems"><summary>
            Gets the collection of selected items.
            </summary><value>The collection of selected items.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.AssemblyInfo"><summary>
            Gets the <see cref="T:ActiproSoftware.Products.AssemblyInfo" /> to use.
            </summary><value>The <see cref="T:ActiproSoftware.Products.AssemblyInfo" /> to use.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.AutoExpandItemsOnFilter"><summary>
            Gets or sets whether to auto-expand to items that are included by a filter when <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.IsFilterActive" /> is <c>true</c>.
            </summary><value><c>true</c> if items that are included by a filter will be made visible; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.CanDragItems"><summary>
            Gets or sets whether to allow dragging of selected items.
            </summary><value><c>true</c> if dragging of selected items is allowed; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.CanExpandAll"><summary>
            Gets whether any expand all operations can occur.
            </summary><value><c>true</c> if any expand all operations can occur; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.DataFilter"><summary>
            Gets or sets the <see cref="T:ActiproSoftware.Windows.Data.Filtering.IDataFilter" /> to use when <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.IsFilterActive" /> is <c>true</c>.
            </summary><value>The <see cref="T:ActiproSoftware.Windows.Data.Filtering.IDataFilter" /> to use when <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.IsFilterActive" /> is <c>true</c>.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.EmptyContent"><summary>
            Gets or sets the content to display when there are no items visible in the control.
            </summary><value>
            The content to display when there are no items visible in the control.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.EmptyContentTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> to display when there are no items visible in the control.
            </summary><value>
            The <see cref="T:System.Windows.DataTemplate" /> to display when there are no items visible in the control.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.IndentIncrement"><summary>
            Gets or sets the incremental amount by which to indent an item for each depth level.
            </summary><value>
            The incremental amount by which to indent an item for each depth level.
            The default value is <c>20.0</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.IsDataVirtualizationEnabled"><summary>
            Gets or sets whether data virtualization is enabled.
            </summary><value><c>true</c> if data virtualization is enabled; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value><remarks>
            Only set this property to <c>true</c> when using virtualized collections that implement <see cref="T:System.Collections.IList" />.
            In most scenarios, this data virtualization feature is not needed since UI virtualization is always active in the control.
            <para>
            When the data virtualization feature is enabled, as a query for child items is made, an <see cref="T:ActiproSoftware.Windows.Controls.Grids.ITreeItemVirtualPlaceholder" /> 
            will be created for each child item.  The only property initially touched on the virtualized collection is <c>Count</c>.
            Then when an item's UI container is first requested, the <see cref="T:ActiproSoftware.Windows.Controls.Grids.ITreeItemVirtualPlaceholder" /> will be used
            to call into the virtualized collection's indexer and retrieve the real item.  
            This allows for virtualized data retrieval of paged sections as needed, instead of the entire collection at once.
            </para></remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.IsEmpty"><summary>
            Gets whether the control is currently empty (doesn't contain any visible items).
            </summary><value><c>true</c> if the control is currently empty (doesn't contain any visible items); otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.IsFilterActive"><summary>
            Gets or sets whether a filter is currently active.
            </summary><value><c>true</c> if a filter is currently active; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.IsKeyboardFocusWithinContent"><summary>
            Gets whether keyboard focus is within the content area, and not in any header area.
            </summary><value><c>true</c> if keyboard focus is within the content area; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.IsRootItemVisible"><summary>
            Gets or sets whether the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.RootItem" /> is visible, or whether its children are the top-level node items.
            </summary><value><c>true</c> if the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.RootItem" /> is the sole top-level node item; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value><remarks>
            When <c>true</c>, the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.RootItem" /> itself will be the sole top-level node item.
            When <c>false</c>, the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.RootItem" />'s children will be the top-level node items.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.ItemAdapter"><summary>
            Gets or sets the <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter" /> that adapts items with the UI by providing child items, expansion states, etc.
            </summary><value>The <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemAdapter" /> that adapts items with the UI.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.MultiDragKind"><summary>
            Gets or sets a <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeMultiDragKind" /> that indicates the dragging support when multiple items are involved.
            </summary><value>
            A <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeMultiDragKind" /> that indicates the dragging support when multiple items are involved.
            The default value is <c>None</c>, meaning only single item selections can be dragged when <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.CanDragItems" /> is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.PathSeparator"><summary>
            Gets or sets the delimiter string that the tree item full path uses.
            </summary><value>
            The delimiter string that the tree item full path uses.
            The default value is <c>\</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.RootItem"><summary>
            Gets or sets the root item to display in the control.
            </summary><value>The root item to display in the control.</value><remarks>Set this property instead of <c>ItemsSource</c>.</remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.TopLevelIndent"><summary>
            Gets or sets the amount by which to indent a top-level item.
            </summary><value>
            The incremental amount by which to indent a top-level item.
            The default value is <c>20.0</c>.
            </value><remarks>
            When top-level items aren't expandable, set this property to <c>0</c> to reclaim the space that would have been used by the expander.
            </remarks></member><member name="E:ActiproSoftware.Windows.Controls.Grids.TreeListBox.IsRootItemVisibleChanged"><summary>
            Occurs after the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.IsRootItemVisible" /> property is changed.
            </summary><eventdata>
            The event handler receives an argument of type <c>RoutedEventArgs</c> containing data related to this event.
            </eventdata></member><member name="E:ActiproSoftware.Windows.Controls.Grids.TreeListBox.ItemCollapsed"><summary>
            Occurs after an item is collapsed.
            </summary><eventdata>
            The event handler receives an argument of type <c>TreeListBoxItemExpansionEventArgs</c> containing data related to this event.
            </eventdata></member><member name="E:ActiproSoftware.Windows.Controls.Grids.TreeListBox.ItemCollapsing"><summary>
            Occurs before an item is collapsed.
            </summary><eventdata>
            The event handler receives an argument of type <c>TreeListBoxItemExpansionEventArgs</c> containing data related to this event.
            </eventdata><remarks>
            Set the event argument's <c>Cancel</c> property to <c>true</c> to prevent the collapse.
            </remarks></member><member name="E:ActiproSoftware.Windows.Controls.Grids.TreeListBox.ItemDefaultActionExecuting"><summary>
            Occurs before the default action is executed for an item.
            </summary><eventdata>
            The event handler receives an argument of type <c>TreeListBoxItemEventArgs</c> containing data related to this event.
            </eventdata><remarks>
            Set the event argument's <c>Cancel</c> property to <c>true</c> to prevent a default action from executing,
            which could be executing a <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem.DefaultActionCommand" /> or toggling the item's expansion.
            </remarks></member><member name="E:ActiproSoftware.Windows.Controls.Grids.TreeListBox.ItemExpanded"><summary>
            Occurs after an item is expanded.
            </summary><eventdata>
            The event handler receives an argument of type <c>TreeListBoxItemExpansionEventArgs</c> containing data related to this event.
            </eventdata></member><member name="E:ActiproSoftware.Windows.Controls.Grids.TreeListBox.ItemExpanding"><summary>
            Occurs before an item is expanded.
            </summary><eventdata>
            The event handler receives an argument of type <c>TreeListBoxItemExpansionEventArgs</c> containing data related to this event.
            </eventdata><remarks>
            Set the event argument's <c>Cancel</c> property to <c>true</c> to prevent the expansion.
            </remarks></member><member name="E:ActiproSoftware.Windows.Controls.Grids.TreeListBox.ItemMenuRequested"><summary>
            Occurs when an item requests a context menu.
            </summary><eventdata>
            The event handler receives an argument of type <c>TreeListBoxItemMenuEventArgs</c> containing data related to this event.
            </eventdata></member><member name="E:ActiproSoftware.Windows.Controls.Grids.TreeListBox.ItemSelecting"><summary>
            Occurs before an item is selected.
            </summary><eventdata>
            The event handler receives an argument of type <c>TreeListBoxItemEventArgs</c> containing data related to this event.
            </eventdata><remarks>
            Set the event argument's <c>Cancel</c> property to <c>true</c> to prevent the selection.
            </remarks></member><member name="E:ActiproSoftware.Windows.Controls.Grids.TreeListBox.RootItemChanged"><summary>
            Occurs after the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.RootItem" /> property is changed.
            </summary><eventdata>
            The event handler receives an argument of type <c>RoutedEventArgs</c> containing data related to this event.
            </eventdata></member><member name="E:ActiproSoftware.Windows.Controls.Grids.TreeListBox.SelectionChanged"><summary>
            Occurs when the selection is changed.
            </summary><eventdata>
            The event handler receives an argument of type <c>SelectionChangedEventArgs</c> containing data related to this event.
            </eventdata></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListBox.IsRootItemVisibleChangedEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Grids.TreeListBox.IsRootItemVisibleChanged" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Grids.TreeListBox.IsRootItemVisibleChanged" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListBox.ItemCollapsedEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Grids.TreeListBox.ItemCollapsed" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Grids.TreeListBox.ItemCollapsed" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListBox.ItemCollapsingEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Grids.TreeListBox.ItemCollapsing" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Grids.TreeListBox.ItemCollapsing" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListBox.ItemDefaultActionExecutingEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Grids.TreeListBox.ItemDefaultActionExecuting" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Grids.TreeListBox.ItemDefaultActionExecuting" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListBox.ItemExpandedEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Grids.TreeListBox.ItemExpanded" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Grids.TreeListBox.ItemExpanded" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListBox.ItemExpandingEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Grids.TreeListBox.ItemExpanding" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Grids.TreeListBox.ItemExpanding" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListBox.ItemMenuRequestedEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Grids.TreeListBox.ItemMenuRequested" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Grids.TreeListBox.ItemMenuRequested" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListBox.ItemSelectingEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Grids.TreeListBox.ItemSelecting" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Grids.TreeListBox.ItemSelecting" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListBox.RootItemChangedEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Grids.TreeListBox.RootItemChanged" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Grids.TreeListBox.RootItemChanged" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListBox.SelectionChangedEvent"><summary>
            Identifies the <see cref="E:ActiproSoftware.Windows.Controls.Grids.TreeListBox.SelectionChanged" /> routed event.  This field is read-only.
            </summary><value>The identifier for the <see cref="E:ActiproSoftware.Windows.Controls.Grids.TreeListBox.SelectionChanged" /> routed event.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListBox.MultiSelectionKindProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.MultiSelectionKind" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.MultiSelectionKind" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListBox.SelectionModeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.SelectionMode" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.SelectionMode" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListBox.SelectedItemProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.SelectedItem" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.SelectedItem" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListBox.IsSelectionActiveProperty"><summary>
            Identifies the <c>IsSelectionActive</c> dependency property.  This field is read-only.
            </summary><value>The identifier for the <c>IsSelectionActive</c> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListBox.AutoExpandItemsOnFilterProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.AutoExpandItemsOnFilter" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.AutoExpandItemsOnFilter" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListBox.CanDragItemsProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.CanDragItems" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.CanDragItems" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListBox.DataFilterProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.DataFilter" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.DataFilter" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListBox.EmptyContentProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.EmptyContent" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.EmptyContent" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListBox.EmptyContentTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.EmptyContentTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.EmptyContentTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListBox.IndentIncrementProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.IndentIncrement" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.IndentIncrement" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListBox.IsDataVirtualizationEnabledProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.IsDataVirtualizationEnabled" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.IsDataVirtualizationEnabled" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListBox.IsEmptyProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.IsEmpty" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.IsEmpty" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListBox.IsFilterActiveProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.IsFilterActive" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.IsFilterActive" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListBox.IsRootItemVisibleProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.IsRootItemVisible" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.IsRootItemVisible" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListBox.ItemAdapterProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.ItemAdapter" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.ItemAdapter" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListBox.MultiDragKindProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.MultiDragKind" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.MultiDragKind" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListBox.PathSeparatorProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.PathSeparator" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.PathSeparator" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListBox.RootItemProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.RootItem" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.RootItem" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListBox.TopLevelIndentProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.TopLevelIndent" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBox.TopLevelIndent" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.TreeListBox.ItemDataFormat"><summary>
            Specifies the data format to use for item data.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemEventArgs"><summary>
            Provides event arguments for <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListBox" /> item-related events.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemEventArgs.#ctor(System.Object,ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem)"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemEventArgs" /> class.
            </summary><param name="item">The <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListBox" /> data item.</param><param name="container">The <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem" /> container that wraps the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemEventArgs.Item" />.</param></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemEventArgs.Container"><summary>
            Gets the <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem" /> container that wraps the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemEventArgs.Item" />.
            </summary><value>The <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem" /> container that wraps the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemEventArgs.Item" />.</value><remarks>
            This property may return <see langword="null" /> when the <see cref="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemEventArgs.Item" /> is not currently visible.
            In that case a container might not yet have been generated for the item, or a prior container may have been recycled,
            both due to UI virtualization.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItemEventArgs.Item"><summary>
            Gets the <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListBox" /> data item.
            </summary><value>The <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListBox" /> data item.</value></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.BooleanPropertyEditor"><summary>
            Represents a <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor" /> for editing a <c>Boolean</c> value with a two-state <c>CheckBox</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.BooleanPropertyEditor.#ctor"><summary>
            Initializes an instance of the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.BooleanPropertyEditor" /> class.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.BrushPropertyEditor"><summary>
            Represents a <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor" /> for editing a <c>Brush</c> value with a swatch that renders the value, and a <c>TextBox</c> for editing the value.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.BrushPropertyEditor.#ctor"><summary>
            Initializes an instance of the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.BrushPropertyEditor" /> class.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.ExtendedStringPropertyEditorBehavior"><summary>
            Specifies the read-only/enabled state behavior of controls within an <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.ExtendedStringPropertyEditor" />.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.ExtendedStringPropertyEditorBehavior.Default"><summary>
            The text is read-only and the button is disabled when <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.IsReadOnly" /> is <c>true</c>.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.ExtendedStringPropertyEditorBehavior.TextReadOnly"><summary>
            The text is always read-only.
            The button is disabled when <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.IsReadOnly" /> is <c>true</c>.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.ExtendedStringPropertyEditorBehavior.ButtonEnabled"><summary>
            The text is read-only when <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.IsReadOnly" /> is <c>true</c>.
            The button is enabled, even when <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.IsValueReadOnly" /> is <c>true</c>, but not when <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.IsHostReadOnly" /> is <c>true</c>.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.IPropertyEditorsProvider"><summary>
            Provides the base requirements for an object that has a collection of property editors.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.IPropertyEditorsProvider.PropertyEditors"><summary>
            Gets the property editors to append to the collection.
            </summary><value>The property editors to append to the collection.</value></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyGridPropertyEditorsModifier"><summary>
            Represents a class that can optionally clear or append to the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyGrid.DefaultPropertyEditors" /> collection from XAML,
            such as in <c>Application.Resources</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyGridPropertyEditorsModifier.#ctor"><summary>
            Initializes an instance of the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyGridPropertyEditorsModifier" /> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyGridPropertyEditorsModifier.Clear"><summary>
            Gets or sets whether to clear the collection before appending anything.
            </summary><value><c>true</c> if the collection should be cleared before appending anything; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyGridPropertyEditorsModifier.PropertyEditors"><summary>
            Gets the property editors to append to the collection.
            </summary><value>The property editors to append to the collection.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyGridPropertyEditorsModifier.ClearProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyGridPropertyEditorsModifier.Clear" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyGridPropertyEditorsModifier.Clear" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.CategoryEditor"><summary>
            Provides information for an editor that can consume and display one or more properties in a property grid.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.CategoryEditor.Category"><summary>
            Gets or sets the category associated with this editor.
            </summary><value>The category associated with this editor.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.CategoryEditor.Description"><summary>
            Gets or sets the description of the category editor, often displayed in a summary area or a tooltip.
            </summary><value>The description of the category editor, often displayed in a summary area or a tooltip.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.CategoryEditor.DisplayName"><summary>
            Gets or sets the name to use when displaying the category editor.
            </summary><value>The name to use when displaying the category editor.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.CategoryEditor.EditorTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> to use for editing the properties consumed by this editor.
            </summary><value>The <see cref="T:System.Windows.DataTemplate" /> to use for editing the properties consumed by this editor.</value><remarks>
            The priority order of editor template specification is <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.CategoryEditor.EditorTemplate" /> and then <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.CategoryEditor.EditorTemplateKey" />.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.CategoryEditor.EditorTemplateKey"><summary>
            Gets or sets the resource key that references a <see cref="T:System.Windows.DataTemplate" /> to use for editing the properties consumed by this editor.
            </summary><value>The resource key that references a <see cref="T:System.Windows.DataTemplate" /> to use for editing the properties consumed by this editor.</value><remarks>
            The priority order of editor template specification is <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.CategoryEditor.EditorTemplate" /> and then <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.CategoryEditor.EditorTemplateKey" />.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.CategoryEditor.Properties"><summary>
            Gets the properties that are consumed by this category editor.
            </summary><value>The properties that are consumed by this category editor.</value></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.CategoryEditorCollection"><summary>
            Represents a collection of <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.CategoryEditor" /> objects.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.CategoryEditorProperty"><summary>
            Provides information about a property to be consumed by a <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.CategoryEditor" />.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.CategoryEditorProperty.ObjectType"><summary>
            Gets or sets the type of the data object that contains the property.
            </summary><value>The type of the data object that contains the property.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.CategoryEditorProperty.PropertyName"><summary>
            Gets or sets the name of the property.
            </summary><value>The name of the property.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.CategoryEditorProperty.PropertyType"><summary>
            Gets or sets the type of the property.
            </summary><value>The type of the property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.CategoryEditorPropertyCollection"><summary>
            Represents a collection of <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.CategoryEditorProperty" /> objects.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.ColorPropertyEditor"><summary>
            Represents a <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor" /> for editing a <c>Color</c> value with a swatch that renders the value, and a <c>TextBox</c> for editing the value.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.ColorPropertyEditor.#ctor"><summary>
            Initializes an instance of the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.ColorPropertyEditor" /> class.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.DefaultValueTemplateKind"><summary>
            Specifies the kind of default <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyGrid" /> value cell template.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.DefaultValueTemplateKind.None"><summary>
            No template is specified.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.DefaultValueTemplateKind.Boolean"><summary>
            A template for editing a <c>Boolean</c> value with a two-state <c>CheckBox</c>.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.DefaultValueTemplateKind.Brush"><summary>
            A template for editing a <c>Brush</c> value with a swatch that renders the value, and a <c>TextBox</c> for editing the value.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.DefaultValueTemplateKind.Color"><summary>
            A template for editing a <c>Color</c> value with a swatch that renders the value, and a <c>TextBox</c> for editing the value.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.DefaultValueTemplateKind.ExtendedString"><summary>
            A template for editing a <c>String</c> value (or <c>Object</c> value via <c>ValueAsString</c>) with a <c>TextBox</c> and <c>...</c> (ellipses) button.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.DefaultValueTemplateKind.FontFamily"><summary>
            A template for editing a <c>FontFamily</c> value with a <c>ComboBox</c> that contains system font families.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.DefaultValueTemplateKind.FontStretch"><summary>
            A template for editing a <c>FontStretch</c> value with a <c>ComboBox</c> that contains font stretch options.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.DefaultValueTemplateKind.FontStyle"><summary>
            A template for editing a <c>FontStyle</c> value with a <c>ComboBox</c> that contains font style options.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.DefaultValueTemplateKind.FontWeight"><summary>
            A template for editing a <c>FontWeight</c> value with a <c>ComboBox</c> that contains font weight options.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.DefaultValueTemplateKind.LimitedObject"><summary>
            A template for editing an <c>Object</c> value with a non-editable <c>ComboBox</c> (drop-down only) that contains suggested options.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.DefaultValueTemplateKind.LimitedString"><summary>
            A template for editing a <c>String</c> value (or <c>Object</c> value via <c>ValueAsString</c>) with a non-editable <c>ComboBox</c> (drop-down only) that contains suggested options.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.DefaultValueTemplateKind.NullableBoolean"><summary>
            A template for editing a nullable <c>Boolean</c> with a three-state <c>CheckBox</c>.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.DefaultValueTemplateKind.String"><summary>
            A template for editing a <c>String</c> value (or <c>Object</c> value via <c>ValueAsString</c>) with a <c>TextBox</c>.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.DefaultValueTemplateKind.SuggestedString"><summary>
            A template for editing a <c>String</c> value (or <c>Object</c> value via <c>ValueAsString</c>) with an editable <c>ComboBox</c> that contains suggested options.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.ExtendedStringPropertyEditor"><summary>
            Represents a <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor" /> for editing a <c>String</c> value (or <c>Object</c> value via <c>ValueAsString</c>) with a <c>TextBox</c> and <c>...</c> (ellipses) button.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.ExtendedStringPropertyEditor.GetIsReadOnly(ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel)"><summary>
            Returns whether the specified <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> should be optionally forced read-only or not, directly affecting the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.IsReadOnly" /> result.
            </summary><param name="propertyModel">The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> to examine.</param><returns><c>true</c> if the property model should be read-only.
            <c>false</c> if the property model should not be read-only.
            <see langword="null" /> to allow default logic for determining read-only state to execute.
            </returns><remarks>
            Do not call <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.IsReadOnly" /> from within this method, since the getter for that property calls into this method as part of its default logic.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.ExtendedStringPropertyEditor.#ctor"><summary>
            Initializes an instance of the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.ExtendedStringPropertyEditor" /> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.ExtendedStringPropertyEditor.Behavior"><summary>
            Gets or sets the read-only/enabled state behavior of controls within a template for this property editor.
            </summary><value>
            The read-only/enabled state behavior of controls within a template for this property editor.
            The default value is <c>Default</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.ExtendedStringPropertyEditor.ButtonCommand"><summary>
            Gets or sets the <see cref="T:System.Windows.Input.ICommand" /> to use on the button in the template.
            </summary><value>The <see cref="T:System.Windows.Input.ICommand" /> to use on the button in the template.</value></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.FontFamilyPropertyEditor"><summary>
            Represents a <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor" /> for editing a <c>FontFamily</c> value with a <c>ComboBox</c> that contains system font families.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.FontFamilyPropertyEditor.#ctor"><summary>
            Initializes an instance of the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.FontFamilyPropertyEditor" /> class.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.FontStretchPropertyEditor"><summary>
            Represents a <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor" /> for editing a <c>FontStretch</c> value with a <c>ComboBox</c> that contains font stretch options.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.FontStretchPropertyEditor.#ctor"><summary>
            Initializes an instance of the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.FontStretchPropertyEditor" /> class.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.FontStylePropertyEditor"><summary>
            Represents a <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor" /> for editing a <c>FontStyle</c> value with a <c>ComboBox</c> that contains font style options.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.FontStylePropertyEditor.#ctor"><summary>
            Initializes an instance of the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.FontStylePropertyEditor" /> class.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.FontWeightPropertyEditor"><summary>
            Represents a <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor" /> for editing a <c>FontWeight</c> value with a <c>ComboBox</c> that contains font weight options.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.FontWeightPropertyEditor.#ctor"><summary>
            Initializes an instance of the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.FontWeightPropertyEditor" /> class.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.LimitedObjectPropertyEditor"><summary>
            Represents a <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor" /> for editing an <c>Object</c> value with a non-editable <c>ComboBox</c> (drop-down only) that contains suggested options.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.LimitedObjectPropertyEditor.#ctor"><summary>
            Initializes an instance of the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.LimitedObjectPropertyEditor" /> class.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.LimitedStringPropertyEditor"><summary>
            Represents a <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor" /> for editing a <c>String</c> value (or <c>Object</c> value via <c>ValueAsString</c>) with a non-editable <c>ComboBox</c> (drop-down only) that contains suggested options.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.LimitedStringPropertyEditor.#ctor"><summary>
            Initializes an instance of the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.LimitedStringPropertyEditor" /> class.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.NullableBooleanPropertyEditor"><summary>
            Represents a <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor" /> for editing a nullable <c>Boolean</c> with a three-state <c>CheckBox</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.NullableBooleanPropertyEditor.#ctor"><summary>
            Initializes an instance of the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.NullableBooleanPropertyEditor" /> class.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor"><summary>
            Provides information used for displaying and manipulating a property value in a property grid.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor.GetIsReadOnly(ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel)"><summary>
            Returns whether the specified <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> should be optionally forced read-only or not, directly affecting the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.IsReadOnly" /> result.
            </summary><param name="propertyModel">The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> to examine.</param><returns><c>true</c> if the property model should be read-only.
            <c>false</c> if the property model should not be read-only.
            <see langword="null" /> to allow default logic for determining read-only state to execute.
            </returns><remarks>
            Do not call <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.IsReadOnly" /> from within this method, since the getter for that property calls into this method as part of its default logic.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor.NameTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> to use for showing the property display name.
            </summary><value>The <see cref="T:System.Windows.DataTemplate" /> to use for showing the property display name.</value><remarks>
            The priority order of name template specification is <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor.NameTemplate" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor.NameTemplateSelector" />, and finally <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor.NameTemplateKey" />.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor.NameTemplateKey"><summary>
            Gets or sets the resource key that references a <see cref="T:System.Windows.DataTemplate" /> to use for showing the property display name.
            </summary><value>The resource key that references a <see cref="T:System.Windows.DataTemplate" /> to use for showing the property display name.</value><remarks>
            The priority order of name template specification is <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor.NameTemplate" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor.NameTemplateSelector" />, and finally <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor.NameTemplateKey" />.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor.NameTemplateSelector"><summary>
            Gets or sets the <see cref="T:System.Windows.Controls.DataTemplateSelector" /> to use for showing the property display name.
            </summary><value>The <see cref="T:System.Windows.Controls.DataTemplateSelector" /> to use for showing the property display name.</value><remarks>
            The priority order of name template specification is <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor.NameTemplate" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor.NameTemplateSelector" />, and finally <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor.NameTemplateKey" />.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor.ObjectType"><summary>
            Gets or sets the type of the data object that contains the property.
            </summary><value>The type of the data object that contains the property.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor.PropertyName"><summary>
            Gets or sets the name of the property.
            </summary><value>The name of the property.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor.PropertyType"><summary>
            Gets or sets the type of the property.
            </summary><value>The type of the property.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor.ValueTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> to use for editing the property value.
            </summary><value>The <see cref="T:System.Windows.DataTemplate" /> to use for editing the property value.</value><remarks>
            The priority order of value template specification is <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor.ValueTemplate" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor.ValueTemplateSelector" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor.ValueTemplateKey" />, and finally <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor.ValueTemplateKind" />.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor.ValueTemplateKey"><summary>
            Gets or sets the resource key that references a <see cref="T:System.Windows.DataTemplate" /> to use for editing the property value.
            </summary><value>The resource key that references a <see cref="T:System.Windows.DataTemplate" /> to use for editing the property value.</value><remarks>
            The priority order of value template specification is <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor.ValueTemplate" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor.ValueTemplateSelector" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor.ValueTemplateKey" />, and finally <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor.ValueTemplateKind" />.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor.ValueTemplateKind"><summary>
            Gets or sets the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.DefaultValueTemplateKind" /> that specifies a default value cell template to use for editing the property value.
            </summary><value>The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.DefaultValueTemplateKind" /> that specifies a default value cell template to use for editing the property value.</value><remarks>
            The priority order of value template specification is <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor.ValueTemplate" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor.ValueTemplateSelector" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor.ValueTemplateKey" />, and finally <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor.ValueTemplateKind" />.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor.ValueTemplateSelector"><summary>
            Gets or sets the <see cref="T:System.Windows.Controls.DataTemplateSelector" /> to use for editing the property value.
            </summary><value>The <see cref="T:System.Windows.Controls.DataTemplateSelector" /> to use for editing the property value.</value><remarks>
            The priority order of value template specification is <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor.ValueTemplate" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor.ValueTemplateSelector" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor.ValueTemplateKey" />, and finally <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor.ValueTemplateKind" />.
            </remarks></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditorCollection"><summary>
            Represents a collection of <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor" /> objects.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditorCollection.GetNameEditor(ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel)"><summary>
            Returns the best <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor" /> match for selecting a <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" />'s name cell template.
            </summary><param name="propertyModel">The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> to examine.</param><returns>The best <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor" /> match for selecting a <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" />'s name cell template.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditorCollection.GetValueEditor(ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel)"><summary>
            Returns the best <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor" /> match for selecting a <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" />'s value cell template.
            </summary><param name="propertyModel">The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> to examine.</param><returns>The best <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor" /> match for selecting a <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" />'s value cell template.</returns></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.StringPropertyEditor"><summary>
            Represents a <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor" /> for editing a <c>String</c> value (or <c>Object</c> value via <c>ValueAsString</c>) with a <c>TextBox</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.StringPropertyEditor.#ctor"><summary>
            Initializes an instance of the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.StringPropertyEditor" /> class.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.SuggestedStringPropertyEditor"><summary>
            Represents a <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor" /> for editing a <c>String</c> value (or <c>Object</c> value via <c>ValueAsString</c>) with an editable <c>ComboBox</c> that contains suggested options.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.SuggestedStringPropertyEditor.#ctor"><summary>
            Initializes an instance of the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.SuggestedStringPropertyEditor" /> class.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase"><summary>
            Provides an abstract base class for a property grid property <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel" /> that caches the values returned as an optimization.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)"><summary>
            Raises the <c>PropertyChanged</c> event.
            </summary><param name="e">The <see cref="T:System.ComponentModel.PropertyChangedEventArgs" /> that contains the event data.</param></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.CanAddChild"><summary>
            Gets whether a new child can be added to an associated collection/parent.
            </summary><value><c>true</c> if a new child can be added to an associated collection/parent; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.CanAddChildCore"><summary>
            Gets whether a new child can be added to an associated collection/parent.
            </summary><value><c>true</c> if a new child can be added to an associated collection/parent; otherwise, <c>false</c>.
            </value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.CanAddChildResolved"><summary>
            Gets the resolved value for whether a new child can be added to an associated collection/parent.
            </summary><value><c>true</c> if a new child can be added to an associated collection/parent; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.CanRemove"><summary>
            Gets whether the property can be removed from an associated collection/parent.
            </summary><value><c>true</c> if the property can be removed from an associated collection/parent; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.CanRemoveCore"><summary>
            Gets whether the property can be removed from an associated collection/parent.
            </summary><value><c>true</c> if the property can be removed from an associated collection/parent; otherwise, <c>false</c>.
            </value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.CanRemoveResolved"><summary>
            Gets the resolved value for whether the property can be removed from an associated collection/parent.
            </summary><value><c>true</c> if the property can be removed from an associated collection/parent; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.CanResetValue"><summary>
            Gets whether the property can be reset to its default value.
            </summary><value><c>true</c> if the property can be reset to its default value; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.CanResetValueCore"><summary>
            Gets whether the property can be reset to its default value.
            </summary><value><c>true</c> if the property can be reset to its default value; otherwise, <c>false</c>.
            </value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.CanResetValueResolved"><summary>
            Gets the resolved value for whether the property can be reset to its default value.
            </summary><value><c>true</c> if the property can be reset to its default value; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.Category"><summary>
            Gets a category for the property.
            </summary><value>A category for the property.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.CategoryCore"><summary>
            Gets a category for the property.
            </summary><value>A category for the property.</value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.Converter"><summary>
            Gets the <see cref="T:System.ComponentModel.TypeConverter" /> to use for the property.
            </summary><value>The <see cref="T:System.ComponentModel.TypeConverter" /> to use for the property.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.ConverterCore"><summary>
            Gets the <see cref="T:System.ComponentModel.TypeConverter" /> to use for the property.
            </summary><value>The <see cref="T:System.ComponentModel.TypeConverter" /> to use for the property.</value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.ConverterResolved"><summary>
            Gets the resolved <see cref="T:System.ComponentModel.TypeConverter" /> to use for the property.
            </summary><value>The <see cref="T:System.ComponentModel.TypeConverter" /> to use for the property.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.Description"><summary>
            Gets the description of the data model, often displayed in a summary area or a tooltip.
            </summary><value>The description of the data model, often displayed in a summary area or a tooltip.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.DescriptionCore"><summary>
            Gets the description of the data model, often displayed in a summary area or a tooltip.
            </summary><value>The description of the data model, often displayed in a summary area or a tooltip.</value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.DescriptionResolved"><summary>
            Gets the resolved description of the data model, often displayed in a summary area or a tooltip.
            </summary><value>The resolved description of the data model, often displayed in a summary area or a tooltip.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.DisplayName"><summary>
            Gets the name to use when displaying the data model, often the same as <c>Name</c>.
            </summary><value>The name to use when displaying the data model, often the same as <c>Name</c>.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.DisplayNameCore"><summary>
            Gets the name to use when displaying the data model, often the same as <c>Name</c>.
            </summary><value>The name to use when displaying the data model, often the same as <c>Name</c>.</value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.DisplayNameResolved"><summary>
            Gets the name to use when displaying the data model, often the same as <c>Name</c>.
            </summary><value>The name to use when displaying the data model, often the same as <c>Name</c>.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.HasStandardValues"><summary>
            Gets whether the property supports <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.StandardValues" />.
            </summary><value><c>true</c> if the property supports <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.StandardValues" />; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.HasStandardValuesCore"><summary>
            Gets whether the property supports <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.StandardValues" />.
            </summary><value><c>true</c> if the property supports <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.StandardValues" />; otherwise, <c>false</c>.
            </value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.IsImmutable"><summary>
            Gets whether the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.Value" />'s child properties, if any, are capable of being edited.
            </summary><value><c>true</c> if the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.Value" />'s child properties, if any, are capable of being edited; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.IsImmutableCore"><summary>
            Gets whether the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.Value" />'s child properties, if any, are capable of being edited.
            </summary><value><c>true</c> if the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.Value" />'s child properties, if any, are capable of being edited; otherwise, <c>false</c>.
            </value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.IsImmutableResolved"><summary>
            Gets the resolved value for whether the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.Value" />'s child properties, if any, are capable of being edited.
            </summary><value><c>true</c> if the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.Value" />'s child properties, if any, are capable of being edited; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.IsLimitedToStandardValues"><summary>
            Gets whether the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.Value" /> property can only be set to one of the values defined by the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.StandardValues" /> property.
            </summary><value><c>true</c> if the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.Value" /> property can only be set to one of the values defined by the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.StandardValues" /> property; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.IsLimitedToStandardValuesCore"><summary>
            Gets whether the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.Value" /> property can only be set to one of the values defined by the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.StandardValues" /> property.
            </summary><value><c>true</c> if the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.Value" /> property can only be set to one of the values defined by the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.StandardValues" /> property; otherwise, <c>false</c>.
            </value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.IsMergeable"><summary>
            Gets whether the property can be merged when presenting multiple objects.
            </summary><value><c>true</c> if the property can be merged when presenting multiple objects; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.IsMergeableCore"><summary>
            Gets whether the property can be merged when presenting multiple objects.
            </summary><value><c>true</c> if the property can be merged when presenting multiple objects; otherwise, <c>false</c>.
            </value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.IsModified"><summary>
            Gets whether the data model has been modified.
            </summary><value><c>true</c> if the data model has been modified; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.IsModifiedCore"><summary>
            Gets whether the data model has been modified.
            </summary><value><c>true</c> if the data model has been modified; otherwise, <c>false</c>.
            </value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.IsModifiedResolved"><summary>
            Gets whether the data model has been modified.
            </summary><value><c>true</c> if the data model has been modified; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.IsValueReadOnly"><summary>
            Gets or sets whether the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.Value" /> property is read-only.
            </summary><value><c>true</c> if the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.Value" /> property is read-only; otherwise, <c>false</c>.
            </value><remarks>
            This property can be set to <c>true</c> to force a normally-editable property to be read-only.
            Some implementations of this property will always return <c>true</c> when the underlying property value is unable to be set.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.IsValueReadOnlyCore"><summary>
            Gets whether the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.Value" /> property is read-only.
            </summary><value><c>true</c> if the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.Value" /> property is read-only; otherwise, <c>false</c>.
            </value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.IsValueReadOnlyResolved"><summary>
            Gets the resolved value for whether the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.Value" /> property is read-only.
            </summary><value><c>true</c> if the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.Value" /> property is read-only; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.Name"><summary>
            Gets the name of the data model.
            </summary><value>The name of the data model.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.NameCore"><summary>
            Gets the name of the data model.
            </summary><value>The name of the data model.</value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.NameResolved"><summary>
            Gets the resolved name of the data model.
            </summary><value>The resolved name of the data model.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.NameTemplate"><summary>
            Gets the <see cref="T:System.Windows.DataTemplate" /> to use for showing the property display name.
            </summary><value>The <see cref="T:System.Windows.DataTemplate" /> to use for showing the property display name.</value><remarks>
            The priority order of value template specification is <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.NameTemplate" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.NameTemplateSelector" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.NameTemplateKey" />, 
            and finally any name templates in matching property editors.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.NameTemplateCore"><summary>
            Gets the <see cref="T:System.Windows.DataTemplate" /> to use for showing the property display name.
            </summary><value>The <see cref="T:System.Windows.DataTemplate" /> to use for showing the property display name.</value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.NameTemplateKey"><summary>
            Gets the resource key that references a <see cref="T:System.Windows.DataTemplate" /> to use for showing the property display name.
            </summary><value>The resource key that references a <see cref="T:System.Windows.DataTemplate" /> to use for showing the property display name.</value><remarks>
            The priority order of value template specification is <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.NameTemplate" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.NameTemplateSelector" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.NameTemplateKey" />, 
            and finally any name templates in matching property editors.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.NameTemplateKeyCore"><summary>
            Gets the resource key that references a <see cref="T:System.Windows.DataTemplate" /> to use for showing the property display name.
            </summary><value>The resource key that references a <see cref="T:System.Windows.DataTemplate" /> to use for showing the property display name.</value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.NameTemplateSelector"><summary>
            Gets the <see cref="T:System.Windows.Controls.DataTemplateSelector" /> to use for showing the property display name.
            </summary><value>The <see cref="T:System.Windows.Controls.DataTemplateSelector" /> to use for showing the property display name.</value><remarks>
            The priority order of value template specification is <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.NameTemplate" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.NameTemplateSelector" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.NameTemplateKey" />, 
            and finally any name templates in matching property editors.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.NameTemplateSelectorCore"><summary>
            Gets the <see cref="T:System.Windows.Controls.DataTemplateSelector" /> to use for showing the property display name.
            </summary><value>The <see cref="T:System.Windows.Controls.DataTemplateSelector" /> to use for showing the property display name.</value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.ShouldNotifyParentOnValueChange"><summary>
            Gets whether the property should notify its parent property when the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.Value" /> changes.
            </summary><value><c>true</c> if the property should notify its parent property when the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.Value" /> changes; otherwise, <c>false</c>.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.ShouldNotifyParentOnValueChangeCore"><summary>
            Gets whether the property should notify its parent property when the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.Value" /> changes.
            </summary><value><c>true</c> if the property should notify its parent property when the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.Value" /> changes; otherwise, <c>false</c>.</value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.ShouldNotifyParentOnValueChangeResolved"><summary>
            Gets the resolved value for whether the property should notify its parent property when the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.Value" /> changes.
            </summary><value><c>true</c> if the property should notify its parent property when the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.Value" /> changes; otherwise, <c>false</c>.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.SortImportance"><summary>
            Gets a <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelSortImportance" /> that indicates the sort importance of this data model.
            </summary><value>A <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelSortImportance" /> that indicates the sort importance of this data model.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.SortImportanceCore"><summary>
            Gets a <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelSortImportance" /> that indicates the sort importance of this data model.
            </summary><value>A <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelSortImportance" /> that indicates the sort importance of this data model.</value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.SortImportanceResolved"><summary>
            Gets a resolved <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelSortImportance" /> that indicates the sort importance of this data model.
            </summary><value>A <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelSortImportance" /> that indicates the sort importance of this data model.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.SortOrder"><summary>
            Gets a numeric sort order for sorting the data model within other data models of the same sort importance.
            </summary><value>A numeric sort order for sorting the data model within other data models of the same sort importance.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.SortOrderCore"><summary>
            Gets a numeric sort order for sorting the data model within other data models of the same sort importance.
            </summary><value>A numeric sort order for sorting the data model within other data models of the same sort importance.</value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.SortOrderResolved"><summary>
            Gets a resolved numeric sort order for sorting the data model within other data models of the same sort importance.
            </summary><value>A numeric sort order for sorting the data model within other data models of the same sort importance.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.StandardValues"><summary>
            Gets the standard list of values for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.Value" /> property.
            </summary><value>
            The standard list of values for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.Value" /> property.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.StandardValuesCore"><summary>
            Gets the standard list of values for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.Value" /> property.
            </summary><value>
            The standard list of values for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.Value" /> property.
            </value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.StandardValuesResolved"><summary>
            Gets the resolved standard list of values for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.Value" /> property.
            </summary><value>
            The standard list of values for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.Value" /> property.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.StandardValuesAsStrings"><summary>
            Gets the standard list of values for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.ValueAsString" /> property as a list of strings.
            </summary><value>
            The standard list of values for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.ValueAsString" /> property as a list of strings.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.StandardValuesAsStringsCore"><summary>
            Gets the standard list of values for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.ValueAsString" /> property as a list of strings.
            </summary><value>
            The standard list of values for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.ValueAsString" /> property as a list of strings.
            </value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.Target"><summary>
            Gets the target object that owns the property.
            </summary><value>The target object that owns the property.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.TargetCore"><summary>
            Gets the target object that owns the property.
            </summary><value>The target object that owns the property.</value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.TargetResolved"><summary>
            Gets the resolved target object that owns the property.
            </summary><value>The target object that owns the property.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.TargetType"><summary>
            Gets the <see cref="T:System.Type" /> of the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.Target" /> property.
            </summary><value>The <see cref="T:System.Type" /> of the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.Target" /> property.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.Value"><summary>
            Gets or sets the property value.
            </summary><value>The property value.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.ValueCore"><summary>
            Gets or sets the property value.
            </summary><value>The property value.</value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.ValueResolved"><summary>
            Gets or sets the resolved property value.
            </summary><value>The property value.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.ValueAsString"><summary>
            Gets or sets the property value in a string representation.
            </summary><value>The property value in a string representation.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.ValueAsStringCore"><summary>
            Gets or sets the property value in a string representation.
            </summary><value>The property value in a string representation.</value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.Values"><summary>
            Gets the property values, of which there will only be more than one if this is a merged property.
            </summary><value>The property values, of which there will only be more than one if this is a merged property.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.ValuesCore"><summary>
            Gets the property values, of which there will only be more than one if this is a merged property.
            </summary><value>The property values, of which there will only be more than one if this is a merged property.</value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.ValueTemplate"><summary>
            Gets the <see cref="T:System.Windows.DataTemplate" /> to use for editing the property value.
            </summary><value>The <see cref="T:System.Windows.DataTemplate" /> to use for editing the property value.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.ValueTemplateCore"><summary>
            Gets the <see cref="T:System.Windows.DataTemplate" /> to use for use for editing the property value.
            </summary><value>The <see cref="T:System.Windows.DataTemplate" /> to use for use for editing the property value.</value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.ValueTemplateKey"><summary>
            Gets the resource key that references a <see cref="T:System.Windows.DataTemplate" /> to use for editing the property value.
            </summary><value>The resource key that references a <see cref="T:System.Windows.DataTemplate" /> to use for editing the property value.</value><remarks>
            The priority order of value template specification is <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.ValueTemplate" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.ValueTemplateSelector" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.ValueTemplateKey" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.ValueTemplateKind" />,
            and finally any value templates in matching property editors.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.ValueTemplateKeyCore"><summary>
            Gets the resource key that references a <see cref="T:System.Windows.DataTemplate" /> to use for editing the property value.
            </summary><value>The resource key that references a <see cref="T:System.Windows.DataTemplate" /> to use for editing the property value.</value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.ValueTemplateKind"><summary>
            Gets the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.DefaultValueTemplateKind" /> that specifies a default value cell template to use for editing the property value.
            </summary><value>The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.DefaultValueTemplateKind" /> that specifies a default value cell template to use for editing the property value.</value><remarks>
            The priority order of value template specification is <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.ValueTemplate" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.ValueTemplateSelector" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.ValueTemplateKey" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.ValueTemplateKind" />,
            and finally any value templates in matching property editors.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.ValueTemplateKindCore"><summary>
            Gets the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.DefaultValueTemplateKind" /> that specifies a default value cell template to use for editing the property value.
            </summary><value>The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.DefaultValueTemplateKind" /> that specifies a default value cell template to use for editing the property value.</value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.ValueTemplateSelector"><summary>
            Gets the <see cref="T:System.Windows.Controls.DataTemplateSelector" /> to use for editing the property value.
            </summary><value>The <see cref="T:System.Windows.DataTemplate" /> to use for editing the property value.</value><remarks>
            The priority order of value template specification is <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.ValueTemplate" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.ValueTemplateSelector" />, and finally any value templates in matching property editors.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.ValueTemplateSelectorCore"><summary>
            Gets the <see cref="T:System.Windows.Controls.DataTemplateSelector" /> to use for use for editing the property value.
            </summary><value>The <see cref="T:System.Windows.Controls.DataTemplateSelector" /> to use for use for editing the property value.</value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.ValueType"><summary>
            Gets the <see cref="T:System.Type" /> of the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.Value" /> property.
            </summary><value>The <see cref="T:System.Type" /> of the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.Value" /> property.</value><remarks>
            The priority order of value template specification is <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.ValueTemplate" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.ValueTemplateSelector" />, and finally any value templates in matching property editors.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.ValueTypeCore"><summary>
            Gets the <see cref="T:System.Type" /> of the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.Value" /> property.
            </summary><value>The <see cref="T:System.Type" /> of the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.Value" /> property.</value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.ValueTypeResolved"><summary>
            Gets the resolved <see cref="T:System.Type" /> of the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.Value" /> property.
            </summary><value>The <see cref="T:System.Type" /> of the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CachedPropertyModelBase.Value" /> property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.CategoryEditorModel"><summary>
            Represents a property grid category editor <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.CategoryEditorModel.#ctor"><summary>
            Initializes an instance of the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.CategoryEditorModel" /> class.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.CategoryEditorModel.#ctor(ActiproSoftware.Windows.Controls.Grids.PropertyEditors.CategoryEditor)"><summary>
            Initializes an instance of the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.CategoryEditorModel" /> class.
            </summary><param name="categoryEditor">The <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CategoryEditorModel.CategoryEditor" /> that was used to create this data model.</param></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CategoryEditorModel.CategoryEditor"><summary>
            Gets the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CategoryEditorModel.CategoryEditor" /> that was used to create this data model.
            </summary><value>The <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CategoryEditorModel.CategoryEditor" /> that was used to create this data model.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CategoryEditorModel.Description"><summary>
            Gets or sets the description of the data model, often displayed in a summary area or a tooltip.
            </summary><value>The description of the data model, often displayed in a summary area or a tooltip.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CategoryEditorModel.DescriptionResolved"><summary>
            Gets the resolved description of the data model, often displayed in a summary area or a tooltip.
            </summary><value>The resolved description of the data model, often displayed in a summary area or a tooltip.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CategoryEditorModel.DisplayName"><summary>
            Gets or sets the name to use when displaying the data model, often the same as <c>Name</c>.
            </summary><value>The name to use when displaying the data model, often the same as <c>Name</c>.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CategoryEditorModel.DisplayNameResolved"><summary>
            Gets the name to use when displaying the data model, often the same as <c>Name</c>.
            </summary><value>The name to use when displaying the data model, often the same as <c>Name</c>.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CategoryEditorModel.EditorTemplate"><summary>
            Gets the <see cref="T:System.Windows.DataTemplate" /> to use for editing the properties consumed by this editor.
            </summary><value>The <see cref="T:System.Windows.DataTemplate" /> to use for editing the properties consumed by this editor.</value><remarks>
            The priority order of editor template specification is <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CategoryEditorModel.EditorTemplate" /> and then <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CategoryEditorModel.EditorTemplateKey" />.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CategoryEditorModel.EditorTemplateKey"><summary>
            Gets the resource key that references a <see cref="T:System.Windows.DataTemplate" /> to use for editing the properties consumed by this editor.
            </summary><value>The resource key that references a <see cref="T:System.Windows.DataTemplate" /> to use for editing the properties consumed by this editor.</value><remarks>
            The priority order of editor template specification is <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CategoryEditorModel.EditorTemplate" /> and then <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CategoryEditorModel.EditorTemplateKey" />.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CategoryEditorModel.IsModifiedResolved"><summary>
            Gets whether the data model has been modified.
            </summary><value><c>true</c> if the data model has been modified; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CategoryEditorModel.Name"><summary>
            Gets or sets the name of the data model.
            </summary><value>The name of the data model.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CategoryEditorModel.NameResolved"><summary>
            Gets the resolved name of the data model.
            </summary><value>The resolved name of the data model.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CategoryEditorModel.SortImportanceResolved"><summary>
            Gets a resolved <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelSortImportance" /> that indicates the sort importance of this data model.
            </summary><value>A <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelSortImportance" /> that indicates the sort importance of this data model.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CategoryEditorModel.SortOrder"><summary>
            Gets or sets a numeric sort order for sorting the data model within other data models of the same sort importance.
            </summary><value>A numeric sort order for sorting the data model within other data models of the same sort importance.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CategoryEditorModel.SortOrderResolved"><summary>
            Gets a resolved numeric sort order for sorting the data model within other data models of the same sort importance.
            </summary><value>A numeric sort order for sorting the data model within other data models of the same sort importance.</value></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.CategoryModel"><summary>
            Represents a property grid category <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.CategoryModel.#ctor(System.String)"><summary>
            Initializes an instance of the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.CategoryModel" /> class.
            </summary><param name="name">The category name.</param></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CategoryModel.Description"><summary>
            Gets or sets the description of the data model, often displayed in a summary area or a tooltip.
            </summary><value>The description of the data model, often displayed in a summary area or a tooltip.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CategoryModel.DescriptionResolved"><summary>
            Gets the resolved description of the data model, often displayed in a summary area or a tooltip.
            </summary><value>The resolved description of the data model, often displayed in a summary area or a tooltip.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CategoryModel.DisplayName"><summary>
            Gets or sets the name to use when displaying the data model, often the same as <c>Name</c>.
            </summary><value>The name to use when displaying the data model, often the same as <c>Name</c>.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CategoryModel.DisplayNameResolved"><summary>
            Gets the name to use when displaying the data model, often the same as <c>Name</c>.
            </summary><value>The name to use when displaying the data model, often the same as <c>Name</c>.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CategoryModel.IsModifiedResolved"><summary>
            Gets whether the data model has been modified.
            </summary><value><c>true</c> if the data model has been modified; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CategoryModel.Name"><summary>
            Gets or sets the name of the data model.
            </summary><value>The name of the data model.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CategoryModel.NameResolved"><summary>
            Gets the resolved name of the data model.
            </summary><value>The resolved name of the data model.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CategoryModel.SortImportanceResolved"><summary>
            Gets a resolved <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelSortImportance" /> that indicates the sort importance of this data model.
            </summary><value>A <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelSortImportance" /> that indicates the sort importance of this data model.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CategoryModel.SortOrder"><summary>
            Gets or sets a numeric sort order for sorting the data model within other data models of the same sort importance.
            </summary><value>A numeric sort order for sorting the data model within other data models of the same sort importance.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CategoryModel.SortOrderResolved"><summary>
            Gets a resolved numeric sort order for sorting the data model within other data models of the same sort importance.
            </summary><value>A numeric sort order for sorting the data model within other data models of the same sort importance.</value></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.CollectionPropertyDescriptorPropertyModel"><summary>
            Represents a property grid collection property <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel" /> that is based on <see cref="T:System.ComponentModel.PropertyDescriptor" /> data.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.CollectionPropertyDescriptorPropertyModel.AddChild"><summary>
            Adds a new child into to an associated collection/parent.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.CollectionPropertyDescriptorPropertyModel.CreateExpandableCollectionConverter"><summary>
            Creates a new expandable collection <see cref="T:System.ComponentModel.TypeConverter" />.
            </summary><returns>The <see cref="T:System.ComponentModel.TypeConverter" /> that was created.</returns><remarks>
            The default implementation of this method creates an <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.ExpandableCollectionConverter" /> instance.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.CollectionPropertyDescriptorPropertyModel.Dispose(System.Boolean)"><summary>
            Releases the unmanaged resources used by the object and optionally releases the managed resources.
            </summary><param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources. 
            </param><remarks>
            This method is called by the public <c>Dispose</c> method and the <c>Finalize</c> method. 
            <c>Dispose</c> invokes this method with the <paramref name="disposing" /> parameter set to <c>true</c>. 
            <c>Finalize</c> invokes this method with <paramref name="disposing" /> set to <c>false</c>.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.CollectionPropertyDescriptorPropertyModel.OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)"><summary>
            Raises the <c>PropertyChanged</c> event.
            </summary><param name="e">The <see cref="T:System.ComponentModel.PropertyChangedEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.CollectionPropertyDescriptorPropertyModel.#ctor(System.Object,System.ComponentModel.PropertyDescriptor,System.Boolean,System.Boolean)"><summary>
            Initializes an instance of the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.CollectionPropertyDescriptorPropertyModel" /> class.
            </summary><param name="target">The target object that owns the property.</param><param name="propertyDescriptor">The <see cref="T:System.ComponentModel.PropertyDescriptor" /> for the property be accessed on the <paramref name="target" />.</param><param name="isCollectionReadOnly">Whether items can be added to or removed from the collection.</param><param name="areItemsReadOnly">Whether the values of the items in the collection are read-only and cannot be changed.</param></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CollectionPropertyDescriptorPropertyModel.AttachedCollectionValue"><summary>
            Gets or sets the collection object that is attached for change notification, if any.
            </summary><value>The collection object that is attached for change notification, if any.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CollectionPropertyDescriptorPropertyModel.AreItemsReadOnly"><summary>
            Gets whether the values of the items in the collection are read-only and cannot be changed.
            </summary><value><c>true</c> if the values of the items in the collection are read-only and cannot be changed; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CollectionPropertyDescriptorPropertyModel.CanAddChildCore"><summary>
            Gets whether a new child can be added to an associated collection/parent.
            </summary><value><c>true</c> if a new child can be added to an associated collection/parent; otherwise, <c>false</c>.
            </value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CollectionPropertyDescriptorPropertyModel.ConverterCore"><summary>
            Gets the <see cref="T:System.ComponentModel.TypeConverter" /> to use for the property.
            </summary><value>The <see cref="T:System.ComponentModel.TypeConverter" /> to use for the property.</value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.CollectionPropertyDescriptorPropertyModel.IsCollectionReadOnly"><summary>
            Gets whether items can be added to or removed from the collection.
            </summary><value><c>true</c> if items can be added to or removed from the collection; otherwise, <c>false</c>.
            </value></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.CollectionPropertyDisplayMode"><summary>
            Specifies the display mode of collection properties in the property grid.
            </summary><remarks>
            The <c>Expandable</c> and <c>EditableInline</c> values will only override default type converters.
            If a custom type converter is used, the collection may not be expandable.
            </remarks></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.CollectionPropertyDisplayMode.Default"><summary>
            Indicates that collections will only be expandable if the associated type converter supports it.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.CollectionPropertyDisplayMode.Expandable"><summary>
            Indicates that collections will be forced to be expandable if a custom type converter has not been specified.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.CollectionPropertyDisplayMode.EditableInline"><summary>
            Indicates that collections will be forced to be expandable if a custom type converter has not been specified.
            In addition, inline editing buttons will be used when possible.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataFactoryBase"><summary>
            Provides an abstract base class for an <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactory" /> implementation.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataFactoryBase.CategorizeDataModels(System.Collections.Generic.IList{ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel},ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactoryRequest)"><summary>
            Returns a categorized variation of the specified data models collection.
            </summary><param name="models">The collection of data models to sort.</param><param name="request">An <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactoryRequest" /> that contains data about the request.</param><returns>A categorized variation of the specified data models collection.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataFactoryBase.CreateCategoryModel(System.String,ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactoryRequest)"><summary>
            Creates an <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.ICategoryModel" /> for the specified category name.
            </summary><param name="name">The category name.</param><param name="request">An <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactoryRequest" /> that contains data about the request.</param><returns>The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.ICategoryModel" /> that was created.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataFactoryBase.CreateCategoryEditorModel(ActiproSoftware.Windows.Controls.Grids.PropertyEditors.CategoryEditor,ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactoryRequest)"><summary>
            Creates an <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.ICategoryEditorModel" /> for the specified <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.CategoryEditor" />.
            </summary><param name="categoryEditor">The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.CategoryEditor" /> that was used to create the data model.</param><param name="request">An <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactoryRequest" /> that contains data about the request.</param><returns>The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.ICategoryEditorModel" /> that was created.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataFactoryBase.CreateMergedPropertyModel(System.Collections.Generic.IList{ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel},ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactoryRequest)"><summary>
            Creates an <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> that merges a common property from multiple data objects.
            </summary><param name="propertyModels">The collection of <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> objects to merge.</param><param name="request">An <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactoryRequest" /> that contains data about the request.</param><returns>The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> that was created.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataFactoryBase.GetDataModels(ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactoryRequest)"><summary>
            Returns the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel" /> collection for the requested object values.
            </summary><param name="request">An <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactoryRequest" /> that contains data about the request.</param><returns>A collection of <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel" /> objects, if any were returned.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataFactoryBase.GetPropertyModels(System.Object,ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactoryRequest)"><summary>
            Returns the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> collection for the specified data object.
            </summary><param name="dataObject">The single object to examine.</param><param name="request">An <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactoryRequest" /> that contains data about the request.</param><returns>A collection of <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> objects, if the specified data object has any properties.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataFactoryBase.SortDataModels(System.Collections.Generic.IList{ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel},ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactoryRequest,ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelSortComparer)"><summary>
            Returns a sorted variation of the specified data models collection.
            </summary><param name="models">The collection of data models to sort.</param><param name="request">An <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactoryRequest" /> that contains data about the request.</param><param name="sortComparer">The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelSortComparer" /> to use.  Otherwise, fall back to the request's sort comparer.</param><returns>A sorted variation of the specified data models collection.</returns></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelBase"><summary>
            Provides an abstract base class for a property grid <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelBase.Finalize"><summary>
            Allows an object to attempt to free resources and perform other cleanup operations before the 
            object is reclaimed by garbage collection.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelBase.Dispose"><summary>
            Releases all resources used by the object.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelBase.Dispose(System.Boolean)"><summary>
            Releases the unmanaged resources used by the object and optionally releases the managed resources.
            </summary><param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources. 
            </param><remarks>
            This method is called by the public <c>Dispose</c> method and the <c>Finalize</c> method. 
            <c>Dispose</c> invokes this method with the <paramref name="disposing" /> parameter set to <c>true</c>. 
            <c>Finalize</c> invokes this method with <paramref name="disposing" /> set to <c>false</c>.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelBase.RefreshChildren"><summary>
            Refreshes the contents of the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelBase.Children" /> property.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelBase.ToString"><summary>
            Returns a <see cref="T:System.String" /> representation of this instance.
            </summary><returns>
            A <see cref="T:System.String" /> representation of this instance.
            </returns></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelBase.CanAutoDispose"><summary>
            Gets whether the data model should be automatically disposed when it is removed from a parent data model.
            </summary><value><c>true</c> if the data model should be automatically disposed when it is removed from a parent data model; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelBase.Children"><summary>
            Gets the collection of child data models.
            </summary><value>The collection of child data models.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelBase.DescriptionResolved"><summary>
            Gets the resolved description of the data model, often displayed in a summary area or a tooltip.
            </summary><value>The resolved description of the data model, often displayed in a summary area or a tooltip.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelBase.DisplayNameResolved"><summary>
            Gets the name to use when displaying the data model, often the same as <c>Name</c>.
            </summary><value>The name to use when displaying the data model, often the same as <c>Name</c>.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelBase.IsExpanded"><summary>
            Gets or sets whether the data model is expanded.
            </summary><value><c>true</c> if the data model is expanded; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelBase.IsModifiedResolved"><summary>
            Gets whether the data model has been modified.
            </summary><value><c>true</c> if the data model has been modified; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelBase.IsRoot"><summary>
            Gets whether the data model is the root.
            </summary><value><c>true</c> if the data model is the root; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelBase.IsSelected"><summary>
            Gets or sets whether the data model is selected.
            </summary><value><c>true</c> if the data model is selected; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelBase.NameResolved"><summary>
            Gets the resolved name of the data model.
            </summary><value>The resolved name of the data model.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelBase.Parent"><summary>
            Gets the parent data model.
            </summary><value>The parent data model.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelBase.SortComparer"><summary>
            Gets or sets the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelSortComparer" /> to use for sorting this data model's children.
            </summary><value>
            The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelSortComparer" /> to use for sorting this data model's children.
            </value><remarks>
            If this property doesn't return anything, the default <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactoryRequest.SortComparer" /> will be used.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelBase.SortImportanceResolved"><summary>
            Gets a resolved <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelSortImportance" /> that indicates the sort importance of this data model.
            </summary><value>A <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelSortImportance" /> that indicates the sort importance of this data model.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelBase.SortOrderResolved"><summary>
            Gets a resolved numeric sort order for sorting the data model within other data models of the same sort importance.
            </summary><value>A numeric sort order for sorting the data model within other data models of the same sort importance.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelBase.Tag"><summary>
            Gets or sets custom data for the data model.
            </summary><value>The custom data for the data model.</value></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelCollection"><summary>
            Represents a collection of <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel" /> objects.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelCollection.Item(System.String)"><summary>
            Gets the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel" /> in this collection that matches the specified name.
            </summary><value>The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel" /> in this collection that matches the specified name.</value></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelSortComparer"><summary>
            Provides a comparer implementation for sorting <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel" /> objects
            in order of sort importance, sort order, numeric display name index (if applicable), and finally display name.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelSortComparer.Compare(ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel,ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel)"><summary>
            Compares two objects and returns a value indicating whether one is less than, equal to or greater than the other.
            </summary><param name="left">First object to compare.</param><param name="right">Second object to compare.</param><returns>A value indicating whether one is less than, equal to or greater than the other.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelSortComparer.CompareDisplayName(System.String,System.String)"><summary>
            Compares two <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel.DisplayName" /> values and returns a value indicating whether one is less than, equal to or greater than the other.
            </summary><param name="left">First object to compare.</param><param name="right">Second object to compare.</param><returns>A value indicating whether one is less than, equal to or greater than the other.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelSortComparer.CompareIndex(System.String,System.String)"><summary>
            Compares two <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel.DisplayName" /> values to see if they contain numeric indices (e.g. <c>[0]</c>) and returns a value indicating whether one is less than, equal to or greater than the other.
            </summary><param name="left">First object to compare.</param><param name="right">Second object to compare.</param><returns>A value indicating whether one is less than, equal to or greater than the other.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelSortComparer.CompareSortImportance(ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelSortImportance,ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelSortImportance)"><summary>
            Compares two <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel.SortImportance" /> values and returns a value indicating whether one is less than, equal to or greater than the other.
            </summary><param name="left">First object to compare.</param><param name="right">Second object to compare.</param><returns>A value indicating whether one is less than, equal to or greater than the other.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelSortComparer.CompareSortOrder(System.Int32,System.Int32)"><summary>
            Compares two <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel.SortOrder" /> values and returns a value indicating whether one is less than, equal to or greater than the other.
            </summary><param name="left">First object to compare.</param><param name="right">Second object to compare.</param><returns>A value indicating whether one is less than, equal to or greater than the other.</returns></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelSortComparer.CanCompareDisplayName"><summary>
            Gets or sets whether display name can be compared.
            </summary><value><c>true</c> if display name can be compared; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelSortComparer.CanCompareIndex"><summary>
            Gets or sets whether a numeric index value (e.g. <c>[0]</c>) in the display name can be compared.
            </summary><value><c>true</c> if a numeric index value (e.g. <c>[0]</c>) in the display name can be compared; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelSortComparer.CanCompareSortImportance"><summary>
            Gets or sets whether sort importance can be compared.
            </summary><value><c>true</c> if sort importance can be compared; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelSortComparer.CanCompareSortOrder"><summary>
            Gets or sets whether sort order can be compared.
            </summary><value><c>true</c> if sort order can be compared; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelSortImportance"><summary>
            Specifies the sort importance of data models.
            </summary><remarks>
            The standard sort order is: categories, category editors, and finally properties.
            The values of this enumeration allow data models to be placed in or around any of these three groups.
            </remarks></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelSortImportance.BeforeCategory"><summary>
            Indicates the data model should be sorted before categories.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelSortImportance.Category"><summary>
            Indicates the data model should be sorted as a category.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelSortImportance.AfterCategory"><summary>
            Indicates the data model should be sorted after categories.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelSortImportance.BeforeCategoryEditor"><summary>
            Indicates the data model should be sorted before category editors.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelSortImportance.CategoryEditor"><summary>
            Indicates the data model should be sorted as a category editor.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelSortImportance.AfterCategoryEditor"><summary>
            Indicates the data model should be sorted after category editors.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelSortImportance.BeforeProperty"><summary>
            Indicates the data model should be sorted before properties.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelSortImportance.Property"><summary>
            Indicates the data model should be sorted as a property.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelSortImportance.AfterProperty"><summary>
            Indicates the data model should be sorted after properties.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.ExpandableCollectionConverter"><summary>
            Represents a type converter that is capable of expanding various collection types.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.ExpandableCollectionConverter.AddItem(ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel,System.Object)"><summary>
            Adds the specified item into to the collection.
            </summary><param name="propertyModel">The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> associated with the collection.</param><param name="item">The item that should be added.</param><returns><c>true</c> if the item was added to the collection; otherwise, <c>false</c>.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.ExpandableCollectionConverter.CanAddItem(ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel)"><summary>
            Gets a value indicating whether a new item can be added to the collection.
            </summary><param name="propertyModel">The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> associated with the collection.</param><returns><c>true</c> if a new item can be added to the collection; otherwise, <c>false</c>.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.ExpandableCollectionConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)"><summary>
            Returns whether this converter can convert the object to the specified type, using the specified context.
            </summary><param name="context">An <c>ITypeDescriptorContext</c> that provides a format context.</param><param name="destinationType">A <c>Type</c> that represents the type you want to convert to.</param><returns><c>true</c> if this converter can perform the conversion; otherwise, <c>false</c>.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.ExpandableCollectionConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)"><summary>
            Converts the given value object to the specified type, using the specified context and culture information.
            </summary><param name="context">An <c>ITypeDescriptorContext</c> that provides a format context.</param><param name="culture">A <c>CultureInfo</c> object. If <see langword="null" /> is passed, the current culture is assumed. </param><param name="value">The <c>Object</c> to convert.</param><param name="destinationType">The <c>Type</c> to convert the value parameter to.</param><returns>An <c>Object</c> that represents the converted value.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.ExpandableCollectionConverter.CreateCollectionItemPropertyDescriptor(System.ComponentModel.ITypeDescriptorContext,System.Attribute[],System.Collections.ICollection,System.Int32,System.Object,System.Type)"><summary>
            Creates an instance of <see cref="T:System.ComponentModel.PropertyDescriptor" /> for the collection item.
            </summary><param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param><param name="attributes">An array of type <see cref="T:System.Attribute" /> that will be used as a filter.</param><param name="collection">The collection that contains the item.</param><param name="index">The index of the item in the collection.</param><param name="item">The item in the collection.</param><param name="itemType">Type of the item.</param><returns>
            An instance of <see cref="T:System.ComponentModel.PropertyDescriptor" /> for the collection item.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.ExpandableCollectionConverter.CreateDictionaryItemPropertyDescriptor(System.ComponentModel.ITypeDescriptorContext,System.Attribute[],System.Collections.IDictionary,System.Object,System.Type)"><summary>
            Creates an instance of <see cref="T:System.ComponentModel.PropertyDescriptor" /> for the dictionary item.
            </summary><param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param><param name="attributes">An array of type <see cref="T:System.Attribute" /> that will be used as a filter.</param><param name="dictionary">The dictionary that contains the item.</param><param name="key">The key of the item in the dictionary.</param><param name="itemType">Type of the item.</param><returns>
            An instance of <see cref="T:System.ComponentModel.PropertyDescriptor" /> for the dictionary item.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.ExpandableCollectionConverter.CreateItem(ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel)"><summary>
            Creates a new item that can be added into to the collection.
            </summary><param name="propertyModel">The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> associated with the collection.</param><returns>The item that was created.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.ExpandableCollectionConverter.CreateListItemPropertyDescriptor(System.ComponentModel.ITypeDescriptorContext,System.Attribute[],System.Collections.IList,System.Int32,System.Type)"><summary>
            Creates an instance of <see cref="T:System.ComponentModel.PropertyDescriptor" /> for the list item.
            </summary><param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param><param name="attributes">An array of type <see cref="T:System.Attribute" /> that will be used as a filter.</param><param name="list">The list that contains the item.</param><param name="index">The index of the item in the list.</param><param name="itemType">Type of the item.</param><returns>
            An instance of <see cref="T:System.ComponentModel.PropertyDescriptor" /> for the list item.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.ExpandableCollectionConverter.GetCollectionProperties(System.ComponentModel.ITypeDescriptorContext,System.Attribute[],System.Collections.ICollection)"><summary>
            Gets a collection of properties for the specified collection using the specified context and attributes.
            </summary><param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param><param name="attributes">An array of type <see cref="T:System.Attribute" /> that will be used as a filter.</param><param name="collection">The collection whose properties should be returned.</param><returns>
            A <see cref="T:System.ComponentModel.PropertyDescriptor" /> array with the properties associated with the specified collection, or
            <see langword="null" /> if there are no properties.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.ExpandableCollectionConverter.GetDictionaryProperties(System.ComponentModel.ITypeDescriptorContext,System.Attribute[],System.Collections.IDictionary)"><summary>
            Gets a collection of properties for the specified dictionary using the specified context and attributes.
            </summary><param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param><param name="attributes">An array of type <see cref="T:System.Attribute" /> that will be used as a filter.</param><param name="dictionary">The dictionary whose properties should be returned.</param><returns>
            A <see cref="T:System.ComponentModel.PropertyDescriptor" /> array with the properties associated with the specified dictionary, or
            <see langword="null" /> if there are no properties.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.ExpandableCollectionConverter.GetListProperties(System.ComponentModel.ITypeDescriptorContext,System.Attribute[],System.Collections.IList)"><summary>
            Gets a collection of properties for the specified list using the specified context and attributes.
            </summary><param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param><param name="attributes">An array of type <see cref="T:System.Attribute" /> that will be used as a filter.</param><param name="list">The list whose properties should be returned.</param><returns>
            A <see cref="T:System.ComponentModel.PropertyDescriptor" /> array with the properties associated with the specified list, or
            <see langword="null" /> if there are no properties.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.ExpandableCollectionConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])"><summary>
            Gets a collection of properties for the value using the specified context and attributes.
            </summary><param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param><param name="value">An <see cref="T:System.Object" /> that specifies the type to get the properties for.</param><param name="attributes">An array of type <see cref="T:System.Attribute" /> that will be used as a filter.</param><returns>
            A <see cref="T:System.ComponentModel.PropertyDescriptorCollection" /> with the properties that are exposed for this data type, or
            <see langword="null" /> if there are no properties.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.ExpandableCollectionConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)"><summary>
            Gets a value indicating whether this object supports properties.
            </summary><param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext" /> that provides a format context.</param><returns><c>true</c> if properties are supported; otherwise, <c>false</c>.
            </returns><remarks>
            The default method implementation always returns <c>true</c> since child items should be accessible as nested properties.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.ExpandableCollectionConverter.#ctor"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.ExpandableCollectionConverter" /> class.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.ExpandableCollectionConverter.#ctor(System.Boolean,System.Boolean)"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.ExpandableCollectionConverter" /> class.
            </summary><param name="isCollectionReadOnly">Whether items can be added to or removed from the collection.</param><param name="areItemsReadOnly">Whether the values of the items in the collection are read-only and cannot be changed.</param></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.ExpandableCollectionConverter.AreItemsReadOnly"><summary>
            Gets whether the values of the items in the collection are read-only and cannot be changed.
            </summary><value><c>true</c> if the values of the items in the collection are read-only and cannot be changed; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.ExpandableCollectionConverter.IsCollectionReadOnly"><summary>
            Gets whether items can be added to or removed from the collection.
            </summary><value><c>true</c> if items can be added to or removed from the collection; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.ExpandableCollectionConverter.MultipleItemsFormat"><summary>
            Gets or sets the format for text to return when there are multiple items.
            </summary><value>
            The format for text to return when there are multiple items.
            The default value is "{0} items".
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.ExpandableCollectionConverter.NoItemsText"><summary>
            Gets or sets the text to return when there are no items.
            </summary><value>
            The text to return when there are no items.
            The default value is "No items".
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.ExpandableCollectionConverter.OneItemText"><summary>
            Gets or sets the text to return when there is one item.
            </summary><value>
            The text to return when there is one item.
            The default value is "1 item".
            </value></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.ICategoryEditorModel"><summary>
            Provides the requirements for a property grid category editor <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel" />, that can consume and display one or more properties.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.ICategoryEditorModel.EditorTemplate"><summary>
            Gets the <see cref="T:System.Windows.DataTemplate" /> to use for editing the properties consumed by this editor.
            </summary><value>The <see cref="T:System.Windows.DataTemplate" /> to use for editing the properties consumed by this editor.</value><remarks>
            The priority order of editor template specification is <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.ICategoryEditorModel.EditorTemplate" /> and then <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.ICategoryEditorModel.EditorTemplateKey" />.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.ICategoryEditorModel.EditorTemplateKey"><summary>
            Gets the resource key that references a <see cref="T:System.Windows.DataTemplate" /> to use for editing the properties consumed by this editor.
            </summary><value>The resource key that references a <see cref="T:System.Windows.DataTemplate" /> to use for editing the properties consumed by this editor.</value><remarks>
            The priority order of editor template specification is <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.ICategoryEditorModel.EditorTemplate" /> and then <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.ICategoryEditorModel.EditorTemplateKey" />.
            </remarks></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.ICategoryModel"><summary>
            Provides the requirements for a property grid category <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel" />.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.ICollectionItemPropertyDescriptor"><summary>
            Identifies an object as a property descriptor for an item in a collection.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.ICollectionItemPropertyDescriptor.Remove"><summary>
            Removes this item from the associated collection.
            </summary><returns><c>true</c> if the item was removed; otherwise, <c>false</c>.
            </returns></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.ICollectionItemPropertyDescriptor.CanRemove"><summary>
            Gets a value indicating whether the collection item can be removed.
            </summary><value><c>true</c> if the collection item can be removed; otherwise, <c>false</c>.
            </value></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.ICollectionTypeConverter"><summary>
            Identifies an object as a type converter for a collection used to control how and when items should be added.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.ICollectionTypeConverter.AddItem(ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel,System.Object)"><summary>
            Adds the specified item into to the collection.
            </summary><param name="propertyModel">The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> associated with the collection.</param><param name="item">The item that should be added.</param><returns><c>true</c> if the item was added to the collection; otherwise, <c>false</c>.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.ICollectionTypeConverter.CanAddItem(ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel)"><summary>
            Gets a value indicating whether a new item can be added to the collection.
            </summary><param name="propertyModel">The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> associated with the collection.</param><returns><c>true</c> if a new item can be added to the collection; otherwise, <c>false</c>.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.ICollectionTypeConverter.CreateItem(ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel)"><summary>
            Creates a new item that can be added into to the collection.
            </summary><param name="propertyModel">The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> associated with the collection.</param><returns>The item that was created.</returns></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactory"><summary>
            Provides the requirements for class that can return the data models for requested object values.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactory.GetDataModels(ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactoryRequest)"><summary>
            Returns the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel" /> collection for the requested object values.
            </summary><param name="request">An <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactoryRequest" /> that contains data about the request.</param><returns>A collection of <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel" /> objects, if any were returned.</returns></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactoryRequest"><summary>
            Provides the core requirements of a request made to an <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactory" />.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactoryRequest.AreAttachedPropertiesBrowsable"><summary>
            Gets whether attached properties are browsable and are displayed in the property grid.
            </summary><value><c>true</c> if attached properties are browsable and are displayed in the property grid; otherwise <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactoryRequest.AreCategoriesAutoExpanded"><summary>
            Gets whether categories are auto-expanded when they are added into the property grid.
            </summary><value><c>true</c> if categories are auto-expanded when they are added into the property grid; otherwise <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactoryRequest.AreInheritedPropertiesBrowsable"><summary>
            Gets whether inherited properties are browsable and are displayed in the property grid.
            </summary><value><c>true</c> if inherited properties are browsable and are displayed in the property grid; otherwise <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactoryRequest.AreNestedCategoriesSupported"><summary>
            Gets whether nested categories are supported, using a special syntax in the category name.
            </summary><value><c>true</c> if nested categories are supported; otherwise <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactoryRequest.ArePropertiesAutoExpanded"><summary>
            Gets whether expandable properties are auto-expanded when they are added into the property grid.
            </summary><value><c>true</c> if expandable properties are auto-expanded when they are added into the property grid; otherwise <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactoryRequest.AreReadOnlyPropertiesBrowsable"><summary>
            Gets or sets whether read-only properties are browsable and are displayed in the property grid.
            </summary><value><c>true</c> if read-only properties are browsable and are displayed in the property grid; otherwise <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactoryRequest.BrowsableAttributes"><summary>
            Gets or sets an array of <see cref="T:System.Attribute" /> objects that are used to determine which properties are browsable.
            </summary><value>
            The array of <see cref="T:System.Attribute" /> objects that are used to determine which properties are browsable.
            The default value is a list with a single entry of <c>BrowsableAttribute.Yes</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactoryRequest.CategoryEditors"><summary>
            Gets the category editors that can consume and display one or more properties.
            </summary><value>The category editors that can consume and display one or more properties.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactoryRequest.CollectionPropertyDisplayMode"><summary>
            Gets or sets a <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactoryRequest.CollectionPropertyDisplayMode" /> that indicates the display mode of collection properties.
            </summary><value>
            A <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactoryRequest.CollectionPropertyDisplayMode" /> that indicates the display mode of collection properties.
            The default value is <c>CollectionPropertyDisplayMode.Default</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactoryRequest.DataObjects"><summary>
            Gets the objects for which data models are being requested.
            </summary><value>The objects for which data models are being requested.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactoryRequest.IsCategorized"><summary>
            Gets whether properties are categorized.
            </summary><value><c>true</c> if properties are categorized; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactoryRequest.IsHostReadOnly"><summary>
            Gets whether the host UI control (e.g. a property grid) is read-only.
            </summary><value><c>true</c> if the host UI control (e.g. a property grid) is read-only; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactoryRequest.MiscCategoryName"><summary>
            Gets the name used for the miscellaneous category.
            </summary><value>The name used for the miscellaneous category.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactoryRequest.Parent"><summary>
            Gets the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel" />, if any, that is making the request.
            </summary><value>The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel" />, if any, that is making the request.</value><remarks>This property will not return a value if the request is for the root data models.</remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactoryRequest.Properties"><summary>
            Gets the explicitly-defined properties that should be displayed.
            </summary><value>the explicitly-defined properties that should be displayed </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactoryRequest.PropertyExpandability"><summary>
            Gets a <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactoryRequest.PropertyExpandability" /> that indicates the expandability of properties.
            </summary><value>A <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactoryRequest.PropertyExpandability" /> that indicates the expandability of properties.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactoryRequest.SortComparer"><summary>
            Gets the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelSortComparer" /> to use for sorting data models.
            </summary><value>The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelSortComparer" /> to use for sorting data models.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactoryRequest.Source"><summary>
            Gets the object or control that originally made the request.
            </summary><value>The object or control that originally made the request.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactoryRequest.Tag"><summary>
            Gets or sets custom data for the request.
            </summary><value>The custom data for the request.</value></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel"><summary>
            Provides the requirements for a data model class that can represent a property or category in a property grid.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel.CanAutoDispose"><summary>
            Gets whether the data model should be automatically disposed when it is removed from a parent data model.
            </summary><value><c>true</c> if the data model should be automatically disposed when it is removed from a parent data model; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel.Children"><summary>
            Gets the collection of child data models.
            </summary><value>The collection of child data models.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel.Description"><summary>
            Gets the description of the data model, often displayed in a summary area or a tooltip.
            </summary><value>The description of the data model, often displayed in a summary area or a tooltip.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel.DisplayName"><summary>
            Gets the name to use when displaying the data model, often the same as <c>Name</c>.
            </summary><value>The name to use when displaying the data model, often the same as <c>Name</c>.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel.IsExpanded"><summary>
            Gets or sets whether the data model is expanded.
            </summary><value><c>true</c> if the data model is expanded; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel.IsInitialized"><summary>
            Gets or sets whether the data model has been initialized.
            </summary><value><c>true</c> if the data model has been initialized; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel.IsModified"><summary>
            Gets whether the data model has been modified.
            </summary><value><c>true</c> if the data model has been modified; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel.IsRoot"><summary>
            Gets whether the data model is the root.
            </summary><value><c>true</c> if the data model is the root; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel.IsSelected"><summary>
            Gets or sets whether the data model is selected.
            </summary><value><c>true</c> if the data model is selected; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel.Name"><summary>
            Gets the name of the data model.
            </summary><value>The name of the data model.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel.Parent"><summary>
            Gets or sets the parent data model.
            </summary><value>The parent data model.</value><remarks>
            Do not set this property directly, as it will be set when a data model is added as a child of another data model.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel.SortComparer"><summary>
            Gets or sets the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelSortComparer" /> to use for sorting this data model's children.
            </summary><value>
            The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelSortComparer" /> to use for sorting this data model's children.
            </value><remarks>
            If this property doesn't return anything, the default <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactoryRequest.SortComparer" /> will be used.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel.SortImportance"><summary>
            Gets a <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelSortImportance" /> that indicates the sort importance of this data model.
            </summary><value>A <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelSortImportance" /> that indicates the sort importance of this data model.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel.SortOrder"><summary>
            Gets a numeric sort order for sorting the data model within other data models of the same sort importance.
            </summary><value>A numeric sort order for sorting the data model within other data models of the same sort importance.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel.Tag"><summary>
            Gets or sets custom data for the data model.
            </summary><value>The custom data for the data model.</value></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel"><summary>
            Provides the requirements for a property grid property <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.AddChild"><summary>
            Adds a new child into to an associated collection/parent.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.CycleToNextStandardValue"><summary>
            Cycles the property value to the next standard value.
            </summary><returns><c>true</c> if a standard value was set; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.Refresh(ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyRefreshReason)"><summary>
            Refreshes the property based on the specified reason.
            </summary><param name="reason">The reason the property needs to be refreshed.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.Remove"><summary>
            Removes the property from an associated collection/parent.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.ResetValue"><summary>
            Resets the property value to its default value.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.AddChildCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> used to add a new child into to an associated collection/parent.
            </summary><value>The <see cref="T:System.Windows.Input.ICommand" /> used to add a new child into to an associated collection/parent.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.CanAddChild"><summary>
            Gets whether a new child can be added to an associated collection/parent.
            </summary><value><c>true</c> if a new child can be added to an associated collection/parent; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.CanRemove"><summary>
            Gets whether the property can be removed from an associated collection/parent.
            </summary><value><c>true</c> if the property can be removed from an associated collection/parent; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.CanResetValue"><summary>
            Gets whether the property can be reset to its default value.
            </summary><value><c>true</c> if the property can be reset to its default value; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.Category"><summary>
            Gets a category for the property.
            </summary><value>A category for the property.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.Converter"><summary>
            Gets the <see cref="T:System.ComponentModel.TypeConverter" /> to use for the property.
            </summary><value>The <see cref="T:System.ComponentModel.TypeConverter" /> to use for the property.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.HasStandardValues"><summary>
            Gets whether the property supports <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.StandardValues" />.
            </summary><value><c>true</c> if the property supports <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.StandardValues" />; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.IsHostReadOnly"><summary>
            Gets or sets whether the host UI control (e.g. a property grid) is read-only.
            </summary><value><c>true</c> if the host UI control (e.g. a property grid) is read-only; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.IsImmutable"><summary>
            Gets whether the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.Value" />'s child properties, if any, are capable of being edited.
            </summary><value><c>true</c> if the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.Value" />'s child properties, if any, are capable of being edited; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.IsLimitedToStandardValues"><summary>
            Gets whether the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.Value" /> property can only be set to one of the values defined by the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.StandardValues" /> property.
            </summary><value><c>true</c> if the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.Value" /> property can only be set to one of the values defined by the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.StandardValues" /> property; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.IsMergeable"><summary>
            Gets whether the property can be merged when presenting multiple objects.
            </summary><value><c>true</c> if the property can be merged when presenting multiple objects; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.IsReadOnly"><summary>
            Gets whether UI for editing the property value is read-only.
            </summary><value><c>true</c> if the UI for editing the property value is read-only; otherwise, <c>false</c>.
            </value><remarks>
            This property is a resolved value of <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.IsHostReadOnly" /> and <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.IsValueReadOnly" />.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.IsValueReadOnly"><summary>
            Gets or sets whether the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.Value" /> property is read-only.
            </summary><value><c>true</c> if the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.Value" /> property is read-only; otherwise, <c>false</c>.
            </value><remarks>
            This property can be set to <c>true</c> to force a normally-editable property to be read-only.
            Some implementations of this property will always return <c>true</c> when the underlying property value is unable to be set.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.NamePropertyEditor"><summary>
            Gets or sets the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor" />, if any, that was used to select the <see cref="T:System.Windows.DataTemplate" /> for showing the property display name.
            </summary><value>The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor" />, if any, that was used to select the <see cref="T:System.Windows.DataTemplate" /> for showing the property display name.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.NameTemplate"><summary>
            Gets the <see cref="T:System.Windows.DataTemplate" /> to use for showing the property display name.
            </summary><value>The <see cref="T:System.Windows.DataTemplate" /> to use for showing the property display name.</value><remarks>
            The priority order of value template specification is <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.NameTemplate" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.NameTemplateSelector" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.NameTemplateKey" />, 
            and finally any name templates in matching property editors.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.NameTemplateKey"><summary>
            Gets the resource key that references a <see cref="T:System.Windows.DataTemplate" /> to use for showing the property display name.
            </summary><value>The resource key that references a <see cref="T:System.Windows.DataTemplate" /> to use for showing the property display name.</value><remarks>
            The priority order of value template specification is <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.NameTemplate" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.NameTemplateSelector" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.NameTemplateKey" />, 
            and finally any name templates in matching property editors.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.NameTemplateSelector"><summary>
            Gets the <see cref="T:System.Windows.Controls.DataTemplateSelector" /> to use for showing the property display name.
            </summary><value>The <see cref="T:System.Windows.Controls.DataTemplateSelector" /> to use for showing the property display name.</value><remarks>
            The priority order of value template specification is <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.NameTemplate" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.NameTemplateSelector" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.NameTemplateKey" />, 
            and finally any name templates in matching property editors.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.RemoveCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> used to remove the property from an associated collection/parent.
            </summary><value>The <see cref="T:System.Windows.Input.ICommand" /> used to remove the property from an associated collection/parent.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.ResetValueCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> used to reset the property value to its default value.
            </summary><value>The <see cref="T:System.Windows.Input.ICommand" /> used to reset the property value to its default value.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.ShouldNotifyParentOnValueChange"><summary>
            Gets whether the property should notify its parent property when the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.Value" /> changes.
            </summary><value><c>true</c> if the property should notify its parent property when the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.Value" /> changes; otherwise, <c>false</c>.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.StandardValues"><summary>
            Gets the standard list of values for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.Value" /> property.
            </summary><value>
            The standard list of values for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.Value" /> property.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.StandardValuesAsStrings"><summary>
            Gets the standard list of values for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.ValueAsString" /> property as a list of strings.
            </summary><value>
            The standard list of values for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.ValueAsString" /> property as a list of strings.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.StandardValuesDisplayMemberPath"><summary>
            Gets or sets the display member path for <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.StandardValues" /> when <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.IsLimitedToStandardValues" /> is <c>true</c>.
            </summary><value>The display member path for <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.StandardValues" /> when <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.IsLimitedToStandardValues" /> is <c>true</c>.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.Target"><summary>
            Gets the target object that owns the property.
            </summary><value>The target object that owns the property.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.TargetType"><summary>
            Gets the <see cref="T:System.Type" /> of the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.Target" /> property.
            </summary><value>The <see cref="T:System.Type" /> of the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.Target" /> property.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.Value"><summary>
            Gets or sets the property value.
            </summary><value>The property value.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.ValueAsString"><summary>
            Gets or sets the property value in a string representation.
            </summary><value>The property value in a string representation.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.ValuePropertyEditor"><summary>
            Gets or sets the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor" />, if any, that was used to select the <see cref="T:System.Windows.DataTemplate" /> for editing the property value.
            </summary><value>The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor" />, if any, that was used to select the <see cref="T:System.Windows.DataTemplate" /> for editing the property value.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.Values"><summary>
            Gets the property values, of which there will only be more than one if this is a merged property.
            </summary><value>The property values, of which there will only be more than one if this is a merged property.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.ValueTemplate"><summary>
            Gets the <see cref="T:System.Windows.DataTemplate" /> to use for editing the property value.
            </summary><value>The <see cref="T:System.Windows.DataTemplate" /> to use for editing the property value.</value><remarks>
            The priority order of value template specification is <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.ValueTemplate" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.ValueTemplateSelector" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.ValueTemplateKey" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.ValueTemplateKind" />,
            and finally any value templates in matching property editors.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.ValueTemplateKey"><summary>
            Gets the resource key that references a <see cref="T:System.Windows.DataTemplate" /> to use for editing the property value.
            </summary><value>The resource key that references a <see cref="T:System.Windows.DataTemplate" /> to use for editing the property value.</value><remarks>
            The priority order of value template specification is <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.ValueTemplate" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.ValueTemplateSelector" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.ValueTemplateKey" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.ValueTemplateKind" />,
            and finally any value templates in matching property editors.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.ValueTemplateKind"><summary>
            Gets the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.DefaultValueTemplateKind" /> that specifies a default value cell template to use for editing the property value.
            </summary><value>The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.DefaultValueTemplateKind" /> that specifies a default value cell template to use for editing the property value.</value><remarks>
            The priority order of value template specification is <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.ValueTemplate" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.ValueTemplateSelector" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.ValueTemplateKey" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.ValueTemplateKind" />,
            and finally any value templates in matching property editors.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.ValueTemplateSelector"><summary>
            Gets the <see cref="T:System.Windows.Controls.DataTemplateSelector" /> to use for editing the property value.
            </summary><value>The <see cref="T:System.Windows.Controls.DataTemplateSelector" /> to use for editing the property value.</value><remarks>
            The priority order of value template specification is <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.ValueTemplate" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.ValueTemplateSelector" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.ValueTemplateKey" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.ValueTemplateKind" />,
            and finally any value templates in matching property editors.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.ValueType"><summary>
            Gets the <see cref="T:System.Type" /> of the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.Value" /> property.
            </summary><value>The <see cref="T:System.Type" /> of the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.Value" /> property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IRootModel"><summary>
            Provides the requirements for a data model class that is the root model in the hierarchy.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IRootModel.Source"><summary>
            Gets the object or control that owns the data model hierarchy.
            </summary><value>The object or control that owns the data model hierarchy.</value></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.MergedPropertyModel"><summary>
            Represents a property grid property <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel" /> that merges a property from multiple data objects.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.MergedPropertyModel.Dispose(System.Boolean)"><summary>
            Releases the unmanaged resources used by the object and optionally releases the managed resources.
            </summary><param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources. 
            </param><remarks>
            This method is called by the public <c>Dispose</c> method and the <c>Finalize</c> method. 
            <c>Dispose</c> invokes this method with the <paramref name="disposing" /> parameter set to <c>true</c>. 
            <c>Finalize</c> invokes this method with <paramref name="disposing" /> set to <c>false</c>.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.MergedPropertyModel.GetErrorMessages(System.String)"><summary>
            Returns the error messages for the target object or one of its properties.
            </summary><param name="columnName">The name of the property to examine, or <see langword="null" /> if the target object itself should be examined.</param><returns>The error messages that are applicable, if any.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.MergedPropertyModel.ResetValue"><summary>
            Resets the property value to its default value.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.MergedPropertyModel.#ctor(System.Collections.Generic.IList{ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel})"><summary>
            Initializes an instance of the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.MergedPropertyModel" /> class.
            </summary><param name="propertyModels">The collection of <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> objects to merge.</param></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.MergedPropertyModel.CanResetValueCore"><summary>
            Gets whether the property can be reset to its default value.
            </summary><value><c>true</c> if the property can be reset to its default value; otherwise, <c>false</c>.
            </value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.MergedPropertyModel.CategoryCore"><summary>
            Gets a category for the property.
            </summary><value>A category for the property.</value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.MergedPropertyModel.ConverterCore"><summary>
            Gets the <see cref="T:System.ComponentModel.TypeConverter" /> to use for the property.
            </summary><value>The <see cref="T:System.ComponentModel.TypeConverter" /> to use for the property.</value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.MergedPropertyModel.DescriptionCore"><summary>
            Gets the description of the data model, often displayed in a summary area or a tooltip.
            </summary><value>The description of the data model, often displayed in a summary area or a tooltip.</value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.MergedPropertyModel.DisplayNameCore"><summary>
            Gets the name to use when displaying the data model, often the same as <c>Name</c>.
            </summary><value>The name to use when displaying the data model, often the same as <c>Name</c>.</value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.MergedPropertyModel.HasStandardValues"><summary>
            Gets whether the property supports <c>StandardValues</c>.
            </summary><value><c>true</c> if the property supports <c>StandardValues</c>; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.MergedPropertyModel.IsImmutableCore"><summary>
            Gets whether the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.Value" />'s child properties, if any, are capable of being edited.
            </summary><value><c>true</c> if the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.Value" />'s child properties, if any, are capable of being edited; otherwise, <c>false</c>.
            </value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.MergedPropertyModel.IsLimitedToStandardValuesCore"><summary>
            Gets whether the <c>Value</c> property can only be set to one of the values defined by the <c>StandardValues</c> property.
            </summary><value><c>true</c> if the <c>Value</c> property can only be set to one of the values defined by the <c>StandardValues</c> property; otherwise, <c>false</c>.
            </value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.MergedPropertyModel.IsMergeableCore"><summary>
            Gets whether the property can be merged when presenting multiple objects.
            </summary><value><c>true</c> if the property can be merged when presenting multiple objects; otherwise, <c>false</c>.
            </value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.MergedPropertyModel.IsModifiedCore"><summary>
            Gets whether the data model has been modified.
            </summary><value><c>true</c> if the data model has been modified; otherwise, <c>false</c>.
            </value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.MergedPropertyModel.IsValueReadOnlyCore"><summary>
            Gets whether the <c>Value</c> property is read-only.
            </summary><value><c>true</c> if the <c>Value</c> property is read-only; otherwise, <c>false</c>.
            </value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.MergedPropertyModel.NameCore"><summary>
            Gets the name of the data model.
            </summary><value>The name of the data model.</value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.MergedPropertyModel.NameTemplateCore"><summary>
            Gets the <see cref="T:System.Windows.DataTemplate" /> to use for showing the property display name.
            </summary><value>The <see cref="T:System.Windows.DataTemplate" /> to use for showing the property display name.</value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.MergedPropertyModel.NameTemplateKeyCore"><summary>
            Gets the resource key that references a <see cref="T:System.Windows.DataTemplate" /> to use for showing the property display name.
            </summary><value>The resource key that references a <see cref="T:System.Windows.DataTemplate" /> to use for showing the property display name.</value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.MergedPropertyModel.NameTemplateSelectorCore"><summary>
            Gets the <see cref="T:System.Windows.Controls.DataTemplateSelector" /> to use for showing the property display name.
            </summary><value>The <see cref="T:System.Windows.Controls.DataTemplateSelector" /> to use for showing the property display name.</value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.MergedPropertyModel.ShouldNotifyParentOnValueChangeCore"><summary>
            Gets whether the property should notify its parent property when the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.Value" /> changes.
            </summary><value><c>true</c> if the property should notify its parent property when the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.Value" /> changes; otherwise, <c>false</c>.</value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.MergedPropertyModel.SortImportanceCore"><summary>
            Gets a <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelSortImportance" /> that indicates the sort importance of this data model.
            </summary><value>A <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelSortImportance" /> that indicates the sort importance of this data model.</value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.MergedPropertyModel.SortOrderCore"><summary>
            Gets a numeric sort order for sorting the data model within other data models of the same sort importance.
            </summary><value>A numeric sort order for sorting the data model within other data models of the same sort importance.</value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.MergedPropertyModel.StandardValuesCore"><summary>
            Gets the standard list of values for the <c>Value</c> property.
            </summary><value>
            The standard list of values for the <c>Value</c> property.
            </value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.MergedPropertyModel.StandardValuesAsStrings"><summary>
            Gets the standard list of values for the <c>ValueAsString</c> property as a list of strings.
            </summary><value>
            The standard list of values for the <c>ValueAsString</c> property as a list of strings.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.MergedPropertyModel.TargetCore"><summary>
            Gets the target object that owns the property.
            </summary><value>The target object that owns the property.</value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.MergedPropertyModel.TargetType"><summary>
            Gets the <see cref="T:System.Type" /> of the <c>Target</c> property.
            </summary><value>The <see cref="T:System.Type" /> of the <c>Target</c> property.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.MergedPropertyModel.ValueCore"><summary>
            Gets or sets the property value.
            </summary><value>The property value.</value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.MergedPropertyModel.ValuesCore"><summary>
            Gets the property values, of which there will only be more than one if this is a merged property.
            </summary><value>The property values, of which there will only be more than one if this is a merged property.</value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.MergedPropertyModel.ValueTemplateCore"><summary>
            Gets the <see cref="T:System.Windows.DataTemplate" /> to use for use for editing the property value.
            </summary><value>The <see cref="T:System.Windows.DataTemplate" /> to use for use for editing the property value.</value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.MergedPropertyModel.ValueTemplateKeyCore"><summary>
            Gets the resource key that references a <see cref="T:System.Windows.DataTemplate" /> to use for editing the property value.
            </summary><value>The resource key that references a <see cref="T:System.Windows.DataTemplate" /> to use for editing the property value.</value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.MergedPropertyModel.ValueTemplateKindCore"><summary>
            Gets the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.DefaultValueTemplateKind" /> that specifies a default value cell template to use for editing the property value.
            </summary><value>The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.DefaultValueTemplateKind" /> that specifies a default value cell template to use for editing the property value.</value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.MergedPropertyModel.ValueTemplateSelectorCore"><summary>
            Gets the <see cref="T:System.Windows.Controls.DataTemplateSelector" /> to use for use for editing the property value.
            </summary><value>The <see cref="T:System.Windows.Controls.DataTemplateSelector" /> to use for use for editing the property value.</value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.MergedPropertyModel.ValueTypeCore"><summary>
            Gets the <see cref="T:System.Type" /> of the <c>Value</c> property.
            </summary><value>The <see cref="T:System.Type" /> of the <c>Value</c> property.</value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyDescriptorPropertyModel"><summary>
            Represents a property grid property <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel" /> that is based on <see cref="T:System.ComponentModel.PropertyDescriptor" /> data.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyDescriptorPropertyModel.Dispose(System.Boolean)"><summary>
            Releases the unmanaged resources used by the object and optionally releases the managed resources.
            </summary><param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources. 
            </param><remarks>
            This method is called by the public <c>Dispose</c> method and the <c>Finalize</c> method. 
            <c>Dispose</c> invokes this method with the <paramref name="disposing" /> parameter set to <c>true</c>. 
            <c>Finalize</c> invokes this method with <paramref name="disposing" /> set to <c>false</c>.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyDescriptorPropertyModel.Remove"><summary>
            Removes the property from an associated collection/parent.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyDescriptorPropertyModel.ResetValue"><summary>
            Resets the property value to its default value.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyDescriptorPropertyModel.#ctor(System.Object,System.ComponentModel.PropertyDescriptor)"><summary>
            Initializes an instance of the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyDescriptorPropertyModel" /> class.
            </summary><param name="target">The target object that owns the property.</param><param name="propertyDescriptor">The <see cref="T:System.ComponentModel.PropertyDescriptor" /> for the property be accessed on the <paramref name="target" />.</param></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyDescriptorPropertyModel.CanRemoveCore"><summary>
            Gets whether the property can be removed from an associated collection/parent.
            </summary><value><c>true</c> if the property can be removed from an associated collection/parent; otherwise, <c>false</c>.
            </value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyDescriptorPropertyModel.CanResetValueCore"><summary>
            Gets whether the property can be reset to its default value.
            </summary><value><c>true</c> if the property can be reset to its default value; otherwise, <c>false</c>.
            </value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyDescriptorPropertyModel.CategoryCore"><summary>
            Gets a category for the property.
            </summary><value>A category for the property.</value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyDescriptorPropertyModel.ConverterCore"><summary>
            Gets the <see cref="T:System.ComponentModel.TypeConverter" /> to use for the property.
            </summary><value>The <see cref="T:System.ComponentModel.TypeConverter" /> to use for the property.</value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyDescriptorPropertyModel.DescriptionCore"><summary>
            Gets the description of the data model, often displayed in a summary area or a tooltip.
            </summary><value>The description of the data model, often displayed in a summary area or a tooltip.</value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyDescriptorPropertyModel.DisplayNameCore"><summary>
            Gets the name to use when displaying the data model, often the same as <c>Name</c>.
            </summary><value>The name to use when displaying the data model, often the same as <c>Name</c>.</value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyDescriptorPropertyModel.IsImmutableCore"><summary>
            Gets whether the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.Value" />'s child properties, if any, are capable of being edited.
            </summary><value><c>true</c> if the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.Value" />'s child properties, if any, are capable of being edited; otherwise, <c>false</c>.
            </value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyDescriptorPropertyModel.IsMergeableCore"><summary>
            Gets whether the property can be merged when presenting multiple objects.
            </summary><value><c>true</c> if the property can be merged when presenting multiple objects; otherwise, <c>false</c>.
            </value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyDescriptorPropertyModel.IsModifiedCore"><summary>
            Gets whether the data model has been modified.
            </summary><value><c>true</c> if the data model has been modified; otherwise, <c>false</c>.
            </value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyDescriptorPropertyModel.IsValueReadOnlyCore"><summary>
            Gets whether the <c>Value</c> property is read-only.
            </summary><value><c>true</c> if the <c>Value</c> property is read-only; otherwise, <c>false</c>.
            </value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyDescriptorPropertyModel.NameCore"><summary>
            Gets the name of the data model.
            </summary><value>The name of the data model.</value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyDescriptorPropertyModel.ShouldNotifyParentOnValueChangeCore"><summary>
            Gets whether the property should notify its parent property when the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.Value" /> changes.
            </summary><value><c>true</c> if the property should notify its parent property when the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.Value" /> changes; otherwise, <c>false</c>.</value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyDescriptorPropertyModel.SortOrderCore"><summary>
            Gets a numeric sort order for sorting the data model within other data models of the same sort importance.
            </summary><value>A numeric sort order for sorting the data model within other data models of the same sort importance.</value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyDescriptorPropertyModel.TargetCore"><summary>
            Gets the target object that owns the property.
            </summary><value>The target object that owns the property.</value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyDescriptorPropertyModel.ValueCore"><summary>
            Gets or sets the property value.
            </summary><value>The property value.</value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyDescriptorPropertyModel.ValueTypeCore"><summary>
            Gets the <see cref="T:System.Type" /> of the <c>Value</c> property.
            </summary><value>The <see cref="T:System.Type" /> of the <c>Value</c> property.</value><remarks>
            This property does the actual work of retrieving the value for the cached version of this property.
            </remarks></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyExpandability"><summary>
            Specifies the expandability of properties in the property grid.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyExpandability.Default"><summary>
            Indicates that properties will be expandable if the associated type converter allows sub-properties to be retrieved.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyExpandability.None"><summary>
            Indicates that properties will never be expandable.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyExpandability.ForceSimple"><summary>
            Indicates that properties will be forced to be expandable if a custom type converter has not been specified.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyExpandability.ForceAlways"><summary>
            Indicates that properties will be forced to be expandable even if a custom type converter has been specified.
            If a custom type converter has been specified, then it will only be overridden if it does not allow the property to be expandable.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel"><summary>
            Represents a property grid property <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel" /> that can be easily explicitly-defined and optionally bound to in XAML.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.GetErrorMessages(System.String)"><summary>
            Returns the error messages for the target object or one of its properties.
            </summary><param name="columnName">The name of the property to examine, or <see langword="null" /> if the target object itself should be examined.</param><returns>The error messages that are applicable, if any.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.AddChild"><summary>
            Adds a new child into to an associated collection/parent.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.ConvertFromString(System.String)"><summary>
            Converts the specified value from a string.
            </summary><param name="stringValue">The string value to convert.</param><returns>An object from the string representation, or <see langword="null" />.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.ConvertToString(System.Object)"><summary>
            Converts the specified value to a string.
            </summary><param name="value">The value to convert.</param><returns>A string representation of the specified value, or <see langword="null" />.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.CycleToNextStandardValue"><summary>
            Cycles the property value to the next standard value.
            </summary><returns><c>true</c> if a standard value was set; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.Dispose"><summary>
            Releases all resources used by the object.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.Dispose(System.Boolean)"><summary>
            Releases the unmanaged resources used by the object and optionally releases the managed resources.
            </summary><param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources. 
            </param><remarks>
            This method is called by the public <c>Dispose</c> method and the <c>Finalize</c> method. 
            <c>Dispose</c> invokes this method with the <paramref name="disposing" /> parameter set to <c>true</c>. 
            <c>Finalize</c> invokes this method with <paramref name="disposing" /> set to <c>false</c>.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.NotifyPropertyChanged(System.String)"><summary>
            Notifies that a property has changed.
            </summary><param name="propertyName">The name of the property that was changed.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)"><summary>
            Raises the <see cref="E:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.PropertyChanged" /> event.
            </summary><param name="e">The <see cref="T:System.ComponentModel.PropertyChangedEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.RaiseChildPropertyAddedEvent(ActiproSoftware.Windows.Controls.Grids.PropertyModelChildChangeEventArgs)"><summary>
            Raises a collection item property added event on the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyGrid" />.
            </summary><param name="e">The <c>PropertyModelChildChangeEventArgs</c> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.RaiseChildPropertyAddingEvent(ActiproSoftware.Windows.Controls.Grids.PropertyModelChildChangeEventArgs)"><summary>
            Raises a collection item property adding event on the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyGrid" />.
            </summary><param name="e">The <c>PropertyModelChildChangeEventArgs</c> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.RaiseChildPropertyRemovedEvent(ActiproSoftware.Windows.Controls.Grids.PropertyModelChildChangeEventArgs)"><summary>
            Raises a collection item property removed event on the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyGrid" />.
            </summary><param name="e">The <c>PropertyModelChildChangeEventArgs</c> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.RaiseChildPropertyRemovingEvent(ActiproSoftware.Windows.Controls.Grids.PropertyModelChildChangeEventArgs)"><summary>
            Raises a collection item property removing event on the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyGrid" />.
            </summary><param name="e">The <c>PropertyModelChildChangeEventArgs</c> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.RaisePropertyValueChangedEvent(ActiproSoftware.Windows.Controls.Grids.PropertyModelValueChangeEventArgs)"><summary>
            Raises a property value changed event on the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyGrid" />.
            </summary><param name="e">The <c>PropertyModelValueChangeEventArgs</c> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.RaisePropertyValueChangingEvent(ActiproSoftware.Windows.Controls.Grids.PropertyModelValueChangeEventArgs)"><summary>
            Raises a property value changing event on the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyGrid" />.
            </summary><param name="e">The <c>PropertyModelValueChangeEventArgs</c> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.Refresh(ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyRefreshReason)"><summary>
            Refreshes the property based on the specified reason.
            </summary><param name="reason">The reason the property needs to be refreshed.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.RefreshChildren"><summary>
            Refreshes the contents of the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.Children" /> property.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.Remove"><summary>
            Removes the property from an associated collection/parent.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.ResetValue"><summary>
            Resets the property value to its default value.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.ToString"><summary>
            Returns a <see cref="T:System.String" /> representation of this instance.
            </summary><returns>
            A <see cref="T:System.String" /> representation of this instance.
            </returns></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.AddChildCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> used to add a new child into to an associated collection/parent.
            </summary><value>The <see cref="T:System.Windows.Input.ICommand" /> used to add a new child into to an associated collection/parent.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.CanAddChild"><summary>
            Gets whether a new child can be added to an associated collection/parent.
            </summary><value><c>true</c> if a new child can be added to an associated collection/parent; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.CanAutoDispose"><summary>
            Gets whether the data model should be automatically disposed when it is removed from a parent data model.
            </summary><value><c>true</c> if the data model should be automatically disposed when it is removed from a parent data model; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.CanRemove"><summary>
            Gets whether the property can be removed from an associated collection/parent.
            </summary><value><c>true</c> if the property can be removed from an associated collection/parent; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.CanResetValue"><summary>
            Gets or sets whether the property can be reset to its default value.
            </summary><value><c>true</c> if the property can be reset to its default value; otherwise, <c>false</c>.
            The default value is <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.Category"><summary>
            Gets or sets a category for the property.
            </summary><value>A category for the property.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.Children"><summary>
            Gets the collection of child data models.
            </summary><value>The collection of child data models.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.Converter"><summary>
            Gets or sets the <see cref="T:System.ComponentModel.TypeConverter" /> to use for the property.
            </summary><value>The <see cref="T:System.ComponentModel.TypeConverter" /> to use for the property.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.DefaultValue"><summary>
            Gets or sets the default value to use for a reset operation.
            </summary><value>
            The default value to use for a reset operation.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.Description"><summary>
            Gets or sets the description of the data model, often displayed in a summary area or a tooltip.
            </summary><value>The description of the data model, often displayed in a summary area or a tooltip.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.DisplayName"><summary>
            Gets or sets the name to use when displaying the data model, often the same as <c>Name</c>.
            </summary><value>The name to use when displaying the data model, often the same as <c>Name</c>.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.HasStandardValues"><summary>
            Gets whether the property supports <c>StandardValues</c>.
            </summary><value><c>true</c> if the property supports <c>StandardValues</c>; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.IsExpanded"><summary>
            Gets or sets whether the data model is expanded.
            </summary><value><c>true</c> if the data model is expanded; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.IsHostReadOnly"><summary>
            Gets or sets whether the host UI control (e.g. a property grid) is read-only.
            </summary><value><c>true</c> if the host UI control (e.g. a property grid) is read-only; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.IsImmutable"><summary>
            Gets whether the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.Value" />'s child properties, if any, are capable of being edited.
            </summary><value><c>true</c> if the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.Value" />'s child properties, if any, are capable of being edited; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.IsLimitedToStandardValues"><summary>
            Gets or sets whether the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.Value" /> property can only be set to one of the values defined by the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.StandardValues" /> property.
            </summary><value><c>true</c> if the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.Value" /> property can only be set to one of the values defined by the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.StandardValues" /> property; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.IsMergeable"><summary>
            Gets whether the property can be merged when presenting multiple objects.
            </summary><value><c>true</c> if the property can be merged when presenting multiple objects; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.IsModified"><summary>
            Gets or sets whether the data model has been modified.
            </summary><value><c>true</c> if the data model has been modified; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.IsReadOnly"><summary>
            Gets whether UI for editing the property value is read-only.
            </summary><value><c>true</c> if the UI for editing the property value is read-only; otherwise, <c>false</c>.
            </value><remarks>
            This property is a resolved value of <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.IsHostReadOnly" /> and <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.IsValueReadOnly" />, and also considers 
            whether a parent property is immutable.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.IsRoot"><summary>
            Gets whether the data model is the root.
            </summary><value><c>true</c> if the data model is the root; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.IsSelected"><summary>
            Gets or sets whether the data model is selected.
            </summary><value><c>true</c> if the data model is selected; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.IsValueReadOnly"><summary>
            Gets or sets whether the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.Value" /> property is read-only.
            </summary><value><c>true</c> if the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.Value" /> property is read-only; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.Name"><summary>
            Gets or sets the name of the data model.
            </summary><value>The name of the data model.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.NamePropertyEditor"><summary>
            Gets or sets the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor" />, if any, that was used to select the <see cref="T:System.Windows.DataTemplate" /> for showing the property display name.
            </summary><value>The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor" />, if any, that was used to select the <see cref="T:System.Windows.DataTemplate" /> for showing the property display name.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.NameTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> to use for showing the property display name.
            </summary><value>The <see cref="T:System.Windows.DataTemplate" /> to use for showing the property display name.</value><remarks>
            The priority order of value template specification is <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.NameTemplate" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.NameTemplateSelector" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.NameTemplateKey" />, 
            and finally any name templates in matching property editors.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.NameTemplateKey"><summary>
            Gets the resource key that references a <see cref="T:System.Windows.DataTemplate" /> to use for showing the property display name.
            </summary><value>The resource key that references a <see cref="T:System.Windows.DataTemplate" /> to use for showing the property display name.</value><remarks>
            The priority order of value template specification is <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.NameTemplate" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.NameTemplateSelector" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.NameTemplateKey" />, 
            and finally any name templates in matching property editors.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.NameTemplateSelector"><summary>
            Gets or sets the <see cref="T:System.Windows.Controls.DataTemplateSelector" /> to use for showing the property display name.
            </summary><value>The <see cref="T:System.Windows.Controls.DataTemplateSelector" /> to use for showing the property display name.</value><remarks>
            The priority order of value template specification is <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.NameTemplate" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.NameTemplateSelector" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.NameTemplateKey" />, 
            and finally any name templates in matching property editors.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.Parent"><summary>
            Gets the parent data model.
            </summary><value>The parent data model.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.RemoveCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> used to remove the property from an associated collection/parent.
            </summary><value>The <see cref="T:System.Windows.Input.ICommand" /> used to remove the property from an associated collection/parent.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.ResetValueCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> used to reset the property value to its default value.
            </summary><value>The <see cref="T:System.Windows.Input.ICommand" /> used to reset the property value to its default value.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.ShouldNotifyParentOnValueChange"><summary>
            Gets whether the property should notify its parent property when the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.Value" /> changes.
            </summary><value><c>true</c> if the property should notify its parent property when the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.Value" /> changes; otherwise, <c>false</c>.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.SortComparer"><summary>
            Gets or sets the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelSortComparer" /> to use for sorting this data model's children.
            </summary><value>
            The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelSortComparer" /> to use for sorting this data model's children.
            </value><remarks>
            If this property doesn't return anything, the default <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactoryRequest.SortComparer" /> will be used.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.SortImportance"><summary>
            Gets or sets a <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelSortImportance" /> that indicates the sort importance of this data model.
            </summary><value>A <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.DataModelSortImportance" /> that indicates the sort importance of this data model.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.SortOrder"><summary>
            Gets or sets a numeric sort order for sorting the data model within other data models of the same sort importance.
            </summary><value>A numeric sort order for sorting the data model within other data models of the same sort importance.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.StandardValues"><summary>
            Gets or sets the standard list of values for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.Value" /> property.
            </summary><value>
            The standard list of values for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.Value" /> property.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.StandardValuesAsStrings"><summary>
            Gets or sets the standard list of values for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.ValueAsString" /> property as a list of strings.
            </summary><value>
            The standard list of values for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.ValueAsString" /> property as a list of strings.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.StandardValuesDisplayMemberPath"><summary>
            Gets or sets the display member path for <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.StandardValues" /> when <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.IsLimitedToStandardValues" /> is <c>true</c>.
            </summary><value>The display member path for <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.StandardValues" /> when <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.IsLimitedToStandardValues" /> is <c>true</c>.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.Tag"><summary>
            Gets or sets custom data for the data model.
            </summary><value>The custom data for the data model.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.Target"><summary>
            Gets the target object that owns the property.
            </summary><value>The target object that owns the property.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.TargetType"><summary>
            Gets or sets the <see cref="T:System.Type" /> of the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.Target" /> property.
            </summary><value>The <see cref="T:System.Type" /> of the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.Target" /> property.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.Value"><summary>
            Gets or sets the property value.
            </summary><value>The property value.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.ValueAsString"><summary>
            Gets or sets the property value in a string representation.
            </summary><value>The property value in a string representation.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.ValuePropertyEditor"><summary>
            Gets or sets the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor" />, if any, that was used to select the <see cref="T:System.Windows.DataTemplate" /> for editing the property value.
            </summary><value>The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor" />, if any, that was used to select the <see cref="T:System.Windows.DataTemplate" /> for editing the property value.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.Values"><summary>
            Gets the property values, of which there will only be more than one if this is a merged property.
            </summary><value>The property values, of which there will only be more than one if this is a merged property.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.ValueTemplate"><summary>
            Gets or sets the <see cref="T:System.Windows.DataTemplate" /> to use for editing the property value.
            </summary><value>The <see cref="T:System.Windows.DataTemplate" /> to use for editing the property value.</value><remarks>
            The priority order of value template specification is <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.ValueTemplate" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.ValueTemplateSelector" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.ValueTemplateKey" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.ValueTemplateKind" />,
            and finally any value templates in matching property editors.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.ValueTemplateKey"><summary>
            Gets the resource key that references a <see cref="T:System.Windows.DataTemplate" /> to use for editing the property value.
            </summary><value>The resource key that references a <see cref="T:System.Windows.DataTemplate" /> to use for editing the property value.</value><remarks>
            The priority order of value template specification is <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.ValueTemplate" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.ValueTemplateSelector" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.ValueTemplateKey" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.ValueTemplateKind" />,
            and finally any value templates in matching property editors.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.ValueTemplateKind"><summary>
            Gets or sets the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.DefaultValueTemplateKind" /> that specifies a default value cell template to use for editing the property value.
            </summary><value>The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.DefaultValueTemplateKind" /> that specifies a default value cell template to use for editing the property value.</value><remarks>
            The priority order of value template specification is <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.ValueTemplate" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.ValueTemplateSelector" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.ValueTemplateKey" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.ValueTemplateKind" />,
            and finally any value templates in matching property editors.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.ValueTemplateSelector"><summary>
            Gets or sets the <see cref="T:System.Windows.Controls.DataTemplateSelector" /> to use for editing the property value.
            </summary><value>The <see cref="T:System.Windows.DataTemplate" /> to use for editing the property value.</value><remarks>
            The priority order of value template specification is <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.ValueTemplate" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.ValueTemplateSelector" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.ValueTemplateKey" />, <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.ValueTemplateKind" />,
            and finally any value templates in matching property editors.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.ValueType"><summary>
            Gets or sets the <see cref="T:System.Type" /> of the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.Value" /> property.
            </summary><value>The <see cref="T:System.Type" /> of the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.Value" /> property.</value></member><member name="E:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.PropertyChanged"><summary>
            Occurs when a property has been changed.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.CanResetValueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.CanResetValue" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.CanResetValue" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.CategoryProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.Category" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.Category" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.ConverterProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.Converter" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.Converter" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.DefaultValueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.DefaultValue" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.DefaultValue" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.DescriptionProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.Description" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.Description" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.DisplayNameProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.DisplayName" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.DisplayName" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.IsExpandedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.IsExpanded" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.IsExpanded" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.IsHostReadOnlyProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.IsHostReadOnly" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.IsHostReadOnly" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.IsImmutableProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.IsImmutable" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.IsImmutable" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.IsLimitedToStandardValuesProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.IsLimitedToStandardValues" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.IsLimitedToStandardValues" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.IsModifiedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.IsModified" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.IsModified" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.IsReadOnlyProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.IsReadOnly" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.IsReadOnly" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.IsSelectedProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.IsSelected" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.IsSelected" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.IsValueReadOnlyProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.IsValueReadOnly" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.IsValueReadOnly" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.NameProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.Name" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.Name" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.NamePropertyEditorProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.NamePropertyEditor" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.NamePropertyEditor" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.NameTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.NameTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.NameTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.NameTemplateKeyProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.NameTemplateKey" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.NameTemplateKey" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.NameTemplateSelectorProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.NameTemplateSelector" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.NameTemplateSelector" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.SortComparerProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.SortComparer" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.SortComparer" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.SortImportanceProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.SortImportance" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.SortImportance" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.SortOrderProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.SortOrder" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.SortOrder" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.StandardValuesProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.StandardValues" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.StandardValues" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.StandardValuesAsStringsProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.StandardValuesAsStrings" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.StandardValuesAsStrings" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.StandardValuesDisplayMemberPathProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.StandardValuesDisplayMemberPath" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.StandardValuesDisplayMemberPath" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.TagProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.Tag" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.Tag" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.TargetTypeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.TargetType" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.TargetType" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.ValueProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.Value" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.Value" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.ValuePropertyEditorProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.ValuePropertyEditor" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.ValuePropertyEditor" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.ValueTemplateProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.ValueTemplate" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.ValueTemplate" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.ValueTemplateKeyProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.ValueTemplateKey" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.ValueTemplateKey" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.ValueTemplateKindProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.ValueTemplateKind" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.ValueTemplateKind" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.ValueTemplateSelectorProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.ValueTemplateSelector" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.ValueTemplateSelector" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.ValueTypeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.ValueType" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModel.ValueType" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelBase"><summary>
            Provides an abstract base class for a property grid <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel" /> that can provide the foundation for an <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> implementation.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelBase.AddChild"><summary>
            Adds a new child into to an associated collection/parent.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelBase.ConvertFromString(System.String)"><summary>
            Converts the specified value from a string.
            </summary><param name="stringValue">The string value to convert.</param><returns>An object from the string representation, or <see langword="null" />.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelBase.ConvertToString(System.Object)"><summary>
            Converts the specified value to a string.
            </summary><param name="value">The value to convert.</param><returns>A string representation of the specified value, or <see langword="null" />.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelBase.CycleToNextStandardValue"><summary>
            Cycles the property value to the next standard value.
            </summary><returns><c>true</c> if a standard value was set; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelBase.GetErrorMessages(System.String)"><summary>
            Returns the error messages for the target object or one of its properties.
            </summary><param name="columnName">The name of the property to examine, or <see langword="null" /> if the target object itself should be examined.</param><returns>The error messages that are applicable, if any.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelBase.OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)"><summary>
            Raises the <c>PropertyChanged</c> event.
            </summary><param name="e">The <see cref="T:System.ComponentModel.PropertyChangedEventArgs" /> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelBase.RaiseChildPropertyAddedEvent(ActiproSoftware.Windows.Controls.Grids.PropertyModelChildChangeEventArgs)"><summary>
            Raises a collection item property added event on the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyGrid" />.
            </summary><param name="e">The <c>PropertyModelChildChangeEventArgs</c> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelBase.RaiseChildPropertyAddingEvent(ActiproSoftware.Windows.Controls.Grids.PropertyModelChildChangeEventArgs)"><summary>
            Raises a collection item property adding event on the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyGrid" />.
            </summary><param name="e">The <c>PropertyModelChildChangeEventArgs</c> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelBase.RaiseChildPropertyRemovedEvent(ActiproSoftware.Windows.Controls.Grids.PropertyModelChildChangeEventArgs)"><summary>
            Raises a collection item property removed event on the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyGrid" />.
            </summary><param name="e">The <c>PropertyModelChildChangeEventArgs</c> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelBase.RaiseChildPropertyRemovingEvent(ActiproSoftware.Windows.Controls.Grids.PropertyModelChildChangeEventArgs)"><summary>
            Raises a collection item property removing event on the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyGrid" />.
            </summary><param name="e">The <c>PropertyModelChildChangeEventArgs</c> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelBase.RaisePropertyValueChangedEvent(ActiproSoftware.Windows.Controls.Grids.PropertyModelValueChangeEventArgs)"><summary>
            Raises a property value changed event on the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyGrid" />.
            </summary><param name="e">The <c>PropertyModelValueChangeEventArgs</c> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelBase.RaisePropertyValueChangingEvent(ActiproSoftware.Windows.Controls.Grids.PropertyModelValueChangeEventArgs)"><summary>
            Raises a property value changing event on the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyGrid" />.
            </summary><param name="e">The <c>PropertyModelValueChangeEventArgs</c> that contains the event data.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelBase.Refresh(ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyRefreshReason)"><summary>
            Refreshes the property based on the specified reason.
            </summary><param name="reason">The reason the property needs to be refreshed.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelBase.Remove"><summary>
            Removes the property from an associated collection/parent.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelBase.ResetValue"><summary>
            Resets the property value to its default value.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelBase.AddChildCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> used to add a new child into to an associated collection/parent.
            </summary><value>The <see cref="T:System.Windows.Input.ICommand" /> used to add a new child into to an associated collection/parent.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelBase.CanAddChildResolved"><summary>
            Gets the resolved value for whether a new child can be added to an associated collection/parent.
            </summary><value><c>true</c> if a new child can be added to an associated collection/parent; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelBase.CanRemoveResolved"><summary>
            Gets the resolved value for whether the property can be removed from an associated collection/parent.
            </summary><value><c>true</c> if the property can be removed from an associated collection/parent; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelBase.CanResetValueResolved"><summary>
            Gets the resolved value for whether the property can be reset to its default value.
            </summary><value><c>true</c> if the property can be reset to its default value; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelBase.ConverterResolved"><summary>
            Gets the resolved <see cref="T:System.ComponentModel.TypeConverter" /> to use for the property.
            </summary><value>The <see cref="T:System.ComponentModel.TypeConverter" /> to use for the property.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelBase.HasStandardValues"><summary>
            Gets whether the property supports <c>StandardValues</c>.
            </summary><value><c>true</c> if the property supports <c>StandardValues</c>; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelBase.IsHostReadOnly"><summary>
            Gets or sets whether the host UI control (e.g. a property grid) is read-only.
            </summary><value><c>true</c> if the host UI control (e.g. a property grid) is read-only; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelBase.IsImmutableResolved"><summary>
            Gets the resolved value for whether the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.Value" />'s child properties, if any, are capable of being edited.
            </summary><value><c>true</c> if the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.Value" />'s child properties, if any, are capable of being edited; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelBase.IsReadOnly"><summary>
            Gets whether UI for editing the property value is read-only.
            </summary><value><c>true</c> if the UI for editing the property value is read-only; otherwise, <c>false</c>.
            </value><remarks>
            This property is a resolved value of <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelBase.IsHostReadOnly" /> and <c>IsValueReadOnly</c>, and also considers 
            whether a parent property is immutable.
            </remarks></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelBase.IsValueReadOnlyResolved"><summary>
            Gets the resolved value for whether the <c>Value</c> property is read-only.
            </summary><value><c>true</c> if the <c>Value</c> property is read-only; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelBase.NamePropertyEditor"><summary>
            Gets or sets the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor" />, if any, that was used to select the <see cref="T:System.Windows.DataTemplate" /> for showing the property display name.
            </summary><value>The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor" />, if any, that was used to select the <see cref="T:System.Windows.DataTemplate" /> for showing the property display name.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelBase.RemoveCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> used to remove the property from an associated collection/parent.
            </summary><value>The <see cref="T:System.Windows.Input.ICommand" /> used to remove the property from an associated collection/parent.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelBase.ResetValueCommand"><summary>
            Gets the <see cref="T:System.Windows.Input.ICommand" /> used to reset the property value to its default value.
            </summary><value>The <see cref="T:System.Windows.Input.ICommand" /> used to reset the property value to its default value.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelBase.ShouldNotifyParentOnValueChangeResolved"><summary>
            Gets the resolved value for whether the property should notify its parent property when the <c>Value</c> changes.
            </summary><value><c>true</c> if the property should notify its parent property when the <c>Value</c> changes; otherwise, <c>false</c>.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelBase.StandardValuesDisplayMemberPath"><summary>
            Gets or sets the display member path for <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.StandardValues" /> when <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.IsLimitedToStandardValues" /> is <c>true</c>.
            </summary><value>The display member path for <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.StandardValues" /> when <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.IsLimitedToStandardValues" /> is <c>true</c>.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelBase.StandardValuesResolved"><summary>
            Gets the resolved standard list of values for the <c>Value</c> property.
            </summary><value>
            The standard list of values for the <c>Value</c> property.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelBase.TargetResolved"><summary>
            Gets the resolved target object that owns the property.
            </summary><value>The target object that owns the property.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelBase.ValueResolved"><summary>
            Gets or sets the resolved property value.
            </summary><value>The property value.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelBase.ValuePropertyEditor"><summary>
            Gets or sets the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor" />, if any, that was used to select the <see cref="T:System.Windows.DataTemplate" /> for editing the property value.
            </summary><value>The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyEditors.PropertyEditor" />, if any, that was used to select the <see cref="T:System.Windows.DataTemplate" /> for editing the property value.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelBase.ValueTypeResolved"><summary>
            Gets the resolved <see cref="T:System.Type" /> of the <c>Value</c> property.
            </summary><value>The <see cref="T:System.Type" /> of the <c>Value</c> property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelBooleanFilter"><summary>
            Represents a <see cref="T:ActiproSoftware.Windows.Data.Filtering.IDataFilter" /> implementation for <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> boolean properties.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelBooleanFilter.Filter(System.Object,System.Object)"><summary>
            Examines the specified item to see if meets filter conditions.
            </summary><param name="item">The item to examine.</param><param name="context">An optional object that provides contextual information for the filter request.</param><returns>A <see cref="T:ActiproSoftware.Windows.Data.Filtering.DataFilterResult" /> that indicates the filter result.</returns></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelBooleanFilter.Source"><summary>
            Gets or sets the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> boolean property to examine with this filter.
            </summary><value>
            The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> boolean property to examine with this filter.
            The default value is <c>PropertyModelBooleanFilterSource.IsReadOnly</c>.
            </value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelBooleanFilter.SourceProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelBooleanFilter.Source" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelBooleanFilter.Source" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelBooleanFilterSource"><summary>
            Specifies the source <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> boolean properties that can be used by a <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelBooleanFilter" />.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelBooleanFilterSource.CanResetValue"><summary>
            The <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.CanResetValue" /> property should be used as the source.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelBooleanFilterSource.HasStandardValues"><summary>
            The <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.HasStandardValues" /> property should be used as the source.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelBooleanFilterSource.IsLimitedToStandardValues"><summary>
            The <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.IsLimitedToStandardValues" /> property should be used as the source.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelBooleanFilterSource.IsMergeable"><summary>
            The <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.IsMergeable" /> property should be used as the source.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelBooleanFilterSource.IsModified"><summary>
            The <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel.IsModified" /> property should be used as the source.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelBooleanFilterSource.IsReadOnly"><summary>
            The <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.IsReadOnly" /> property should be used as the source.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelCollection"><summary>
            Represents a collection of <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> objects.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelCollection.Item(System.String)"><summary>
            Gets the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> in this collection that matches the specified name.
            </summary><value>The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> in this collection that matches the specified name.</value></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelStringFilter"><summary>
            Represents a <see cref="T:ActiproSoftware.Windows.Data.Filtering.IDataFilter" /> implementation for <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> string properties.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelStringFilter.Filter(System.Object,System.Object)"><summary>
            Examines the specified item to see if meets filter conditions.
            </summary><param name="item">The item to examine.</param><param name="context">An optional object that provides contextual information for the filter request.</param><returns>A <see cref="T:ActiproSoftware.Windows.Data.Filtering.DataFilterResult" /> that indicates the filter result.</returns></member><member name="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelStringFilter.Source"><summary>
            Gets or sets the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> string property to examine with this filter.
            </summary><value>
            The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> string property to examine with this filter.
            The default value is <c>PropertyModelStringFilterSource.DisplayName</c>.
            </value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelStringFilter.SourceProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelStringFilter.Source" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelStringFilter.Source" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelStringFilterSource"><summary>
            Specifies the source <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> string properties that can be used by a <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelStringFilter" />.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelStringFilterSource.Category"><summary>
            The <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.Category" /> property should be used as the source.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelStringFilterSource.Description"><summary>
            The <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel.Description" /> property should be used as the source.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelStringFilterSource.DisplayName"><summary>
            The <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel.DisplayName" /> property should be used as the source.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelStringFilterSource.Name"><summary>
            The <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataModel.Name" /> property should be used as the source.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyModelStringFilterSource.ValueType"><summary>
            The <see cref="P:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel.ValueType" /> property should be used as the source.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyRefreshReason"><summary>
            Specifies the reason a property is being refreshed.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyRefreshReason.ValueChanged"><summary>
            Indicates that the property's value has changed.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyRefreshReason.ChildPropertyValueChanged"><summary>
            Indicates that a child property's value has changed.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyRefreshReason.CollectionItemAdded"><summary>
            Indicates that an item was added to the property's collection value.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyRefreshReason.CollectionItemRemoved"><summary>
            Indicates that an item was removed from the property's collection value.
            </summary></member><member name="F:ActiproSoftware.Windows.Controls.Grids.PropertyData.PropertyRefreshReason.StandardValuesChanged"><summary>
            Indicates that the standard values have changed.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.TypeDescriptorFactory"><summary>
            Implements an <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactory" /> that uses type descriptors to return data models.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.TypeDescriptorFactory.CreateCollectionPropertyModel(System.Object,System.ComponentModel.PropertyDescriptor,ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactoryRequest)"><summary>
            Creates an <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> for the specified collection data object.
            </summary><param name="target">The target object that owns the property.</param><param name="propertyDescriptor">The <see cref="T:System.ComponentModel.PropertyDescriptor" /> for the property be accessed on the <paramref name="target" />.</param><param name="request">An <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactoryRequest" /> that contains data about the request.</param><returns>The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> that was created.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.TypeDescriptorFactory.CreatePropertyModel(System.Object,System.ComponentModel.PropertyDescriptor,ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactoryRequest)"><summary>
            Creates an <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> for the specified mutable data object.
            </summary><param name="target">The target object that owns the property.</param><param name="propertyDescriptor">The <see cref="T:System.ComponentModel.PropertyDescriptor" /> for the property be accessed on the <paramref name="target" />.</param><param name="request">An <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactoryRequest" /> that contains data about the request.</param><returns>The <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> that was created.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.PropertyData.TypeDescriptorFactory.GetPropertyModels(System.Object,ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactoryRequest)"><summary>
            Returns the <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> collection for the specified data object.
            </summary><param name="dataObject">The single object to examine.</param><param name="request">An <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IDataFactoryRequest" /> that contains data about the request.</param><returns>A collection of <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyData.IPropertyModel" /> objects, if the specified data object has any properties.</returns></member><member name="T:ActiproSoftware.Windows.Controls.Grids.Primitives.FontFamilyComboBox"><summary>
            Provides several helper methods to aid in code compatibility between UI platforms.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Primitives.FontFamilyComboBox.GetFontFamilies"><summary>
            Refreshes the list with the current system font families.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Primitives.FontFamilyComboBox.#ctor"><summary>
            Initializes an instance of the <c>FontFamilyComboBox</c> class.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Grids.Primitives.PropertyGridItemContentPanel"><summary>
            Provides a panel for arranging content that spans the width of a <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyGridItem" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Primitives.PropertyGridItemContentPanel.ArrangeOverride(System.Windows.Size)"><summary>
            When overridden in a derived class, positions child elements and determines a size for a
            <see cref="T:System.Windows.FrameworkElement" /> derived class.
            </summary><param name="finalSize">
            The final area within the parent that this element should use to arrange itself and its children.
            </param><returns>The actual size used.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Primitives.PropertyGridItemContentPanel.MeasureOverride(System.Windows.Size)"><summary>
            When overridden in a derived class, measures the size in layout required for child elements and determines a size for
            the <see cref="T:System.Windows.FrameworkElement" />-derived class.
            </summary><param name="availableSize">
            The available size that this element can give to child elements. Infinity can be specified as a value to indicate that
            the element will size to whatever content is available.
            </param><returns>
            The size that this element determines it needs during layout, based on its calculations of child element sizes.
            </returns></member><member name="T:ActiproSoftware.Windows.Controls.Grids.Primitives.PropertyGridItemRowPanel"><summary>
            A panel that arranges the cells within a <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyGridItem" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Primitives.PropertyGridItemRowPanel.ArrangeOverride(System.Windows.Size)"><summary>
            When overridden in a derived class, positions child elements and determines a size for a
            <see cref="T:System.Windows.FrameworkElement" /> derived class.
            </summary><param name="finalSize">
            The final area within the parent that this element should use to arrange itself and its children.
            </param><returns>The actual size used.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Primitives.PropertyGridItemRowPanel.MeasureOverride(System.Windows.Size)"><summary>
            When overridden in a derived class, measures the size in layout required for child elements and determines a size for
            the <see cref="T:System.Windows.FrameworkElement" />-derived class.
            </summary><param name="availableSize">
            The available size that this element can give to child elements. Infinity can be specified as a value to indicate that
            the element will size to whatever content is available.
            </param><returns>
            The size that this element determines it needs during layout, based on its calculations of child element sizes.
            </returns></member><member name="T:ActiproSoftware.Windows.Controls.Grids.Primitives.PropertyGridSummaryContentControl"><summary>
            Represents a <see cref="T:System.Windows.Controls.ContentControl" /> that displays summary content for a <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyGrid" /> and contains a gripper, allowing it to be resized.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Primitives.PropertyGridSummaryContentControl.AutoSize"><summary>
            Auto-sizes the content control to the desired size of its content.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Primitives.PropertyGridSummaryContentControl.OnApplyTemplate"><summary>
            Invoked whenever application code or internal processes call <c>ApplyTemplate</c>.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Primitives.PropertyGridSummaryContentControl.#ctor"><summary>
            Initializes an instance of the <see cref="T:ActiproSoftware.Windows.Controls.Grids.Primitives.PropertyGridSummaryContentControl" /> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Grids.Primitives.PropertyGridSummaryContentControl.CanAutoSize"><summary>
            Gets or sets whether the gripper auto-sizes to its content when it is double-tapped.
            </summary><value><c>true</c> if the gripper auto-sizes to its content when it is double-tapped; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.Primitives.PropertyGridSummaryContentControl.IsResizable"><summary>
            Gets or sets whether the gripper is visible and the control can be resized.
            </summary><value><c>true</c> if the gripper is visible and the control can be resized; otherwise, <c>false</c>.
            The default value is <c>true</c>.
            </value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.Primitives.PropertyGridSummaryContentControl.CanAutoSizeProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.Primitives.PropertyGridSummaryContentControl.CanAutoSize" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.Primitives.PropertyGridSummaryContentControl.CanAutoSize" /> dependency property.</value></member><member name="F:ActiproSoftware.Windows.Controls.Grids.Primitives.PropertyGridSummaryContentControl.IsResizableProperty"><summary>
            Identifies the <see cref="P:ActiproSoftware.Windows.Controls.Grids.Primitives.PropertyGridSummaryContentControl.IsResizable" /> dependency property.  This field is read-only.
            </summary><value>The identifier for the <see cref="P:ActiproSoftware.Windows.Controls.Grids.Primitives.PropertyGridSummaryContentControl.IsResizable" /> dependency property.</value></member><member name="T:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeItemExpansionToggleButton"><summary>
            Represents a <see cref="T:System.Windows.Controls.Primitives.ToggleButton" /> for toggling the expansion state of a tree item.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeItemExpansionToggleButton.#ctor"><summary>
            Initializes an instance of the <see cref="T:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeItemExpansionToggleButton" /> class.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeListViewColumnResizeGripper"><summary>
            Represents a resize gripper for a <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeListViewColumnResizeGripper.#ctor"><summary>
            Initializes an instance of the <see cref="T:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeListViewColumnResizeGripper" /> class.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeListViewHeaderRowPanel"><summary>
            A panel that arranges a <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListView" /> header.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeListViewHeaderRowPanel.ArrangeOverride(System.Windows.Size)"><summary>
            When overridden in a derived class, positions child elements and determines a size for a
            <see cref="T:System.Windows.FrameworkElement" /> derived class.
            </summary><param name="finalSize">
            The final area within the parent that this element should use to arrange itself and its children.
            </param><returns>The actual size used.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeListViewHeaderRowPanel.CreateCellElement(ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn)"><summary>
            Creates a <see cref="T:System.Windows.Controls.Control" /> that should be used within a cell.
            </summary><param name="column">The </param><returns>A <see cref="T:System.Windows.Controls.Control" /> that should be used within a cell.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeListViewHeaderRowPanel.GetLayoutClip(System.Windows.Size)"><summary>
            Returns a geometry for a clipping mask.
            </summary><param name="layoutSlotSize">The layout slot size.</param><returns>The clipping mask geometry.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeListViewHeaderRowPanel.MeasureOverride(System.Windows.Size)"><summary>
            When overridden in a derived class, measures the size in layout required for child elements and determines a size for
            the <see cref="T:System.Windows.FrameworkElement" />-derived class.
            </summary><param name="availableSize">
            The available size that this element can give to child elements. Infinity can be specified as a value to indicate that
            the element will size to whatever content is available.
            </param><returns>
            The size that this element determines it needs during layout, based on its calculations of child element sizes.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeListViewHeaderRowPanel.OnColumnPropertyChanged(ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn,System.String)"><summary>
            Occurs when a property on a column has changed.
            </summary><param name="column">The column.</param><param name="propertyName">The property name.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeListViewHeaderRowPanel.UpdateAllCellElementZIndexes"><summary>
            Updates all cell element z-indices.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeListViewItemRowPanel"><summary>
            A panel that arranges the cells within a <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListViewItem" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeListViewItemRowPanel.ArrangeOverride(System.Windows.Size)"><summary>
            When overridden in a derived class, positions child elements and determines a size for a
            <see cref="T:System.Windows.FrameworkElement" /> derived class.
            </summary><param name="finalSize">
            The final area within the parent that this element should use to arrange itself and its children.
            </param><returns>The actual size used.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeListViewItemRowPanel.CreateCellElement(ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn)"><summary>
            Creates a <see cref="T:System.Windows.Controls.Control" /> that should be used within a cell.
            </summary><param name="column">The </param><returns>A <see cref="T:System.Windows.Controls.Control" /> that should be used within a cell.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeListViewItemRowPanel.MeasureOverride(System.Windows.Size)"><summary>
            When overridden in a derived class, measures the size in layout required for child elements and determines a size for
            the <see cref="T:System.Windows.FrameworkElement" />-derived class.
            </summary><param name="availableSize">
            The available size that this element can give to child elements. Infinity can be specified as a value to indicate that
            the element will size to whatever content is available.
            </param><returns>
            The size that this element determines it needs during layout, based on its calculations of child element sizes.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeListViewItemRowPanel.OnColumnPropertyChanged(ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn,System.String)"><summary>
            Occurs when a property on a column has changed.
            </summary><param name="column">The column.</param><param name="propertyName">The property name.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeListViewItemRowPanel.UpdateAllCellElementContent"><summary>
            Updates all cell element content, which occurs when the data context changes but the data type is the same.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeListViewItemRowPanel.UpdateAllCellElementZIndexes"><summary>
            Updates all cell element z-indices.
            </summary></member><member name="T:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeListViewRowPanelBase"><summary>
            Provides a base panel for arranging a <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListView" /> header and cells within a <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListViewItem" />.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeListViewRowPanelBase.CreateCellElement(ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn)"><summary>
            Creates a <see cref="T:System.Windows.Controls.Control" /> that should be used within a cell.
            </summary><param name="column">The </param><returns>A <see cref="T:System.Windows.Controls.Control" /> that should be used within a cell.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeListViewRowPanelBase.OnColumnPropertyChanged(ActiproSoftware.Windows.Controls.Grids.TreeListViewColumn,System.String)"><summary>
            Occurs when a property on a column has changed.
            </summary><param name="column">The column.</param><param name="propertyName">The property name.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeListViewRowPanelBase.UpdateAllCellElementContent"><summary>
            Updates all cell element content, which occurs when the data context changes but the data type is the same.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeListViewRowPanelBase.UpdateAllCellElementZIndexes"><summary>
            Updates all cell element z-indices.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeListViewRowPanelBase.#ctor"><summary>
            Initializes an instance of the <see cref="T:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeListViewRowPanelBase" /> class.
            </summary></member><member name="P:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeListViewRowPanelBase.Orientation"><summary>
            Gets the <see cref="P:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeListViewRowPanelBase.Orientation" /> of the child element layout.
            </summary><value>
            The <see cref="P:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeListViewRowPanelBase.Orientation" /> of the child element layout.
            </value></member><member name="T:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection"><summary>
            Stores a collection of tree node items.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.DeferRefresh"><summary>
            Enters a defer cycle that you can use to merge changes to the view and delay automatic refresh.
            </summary><returns>An <see cref="T:System.IDisposable" /> object that you can use to dispose of the calling object.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.MoveCurrentTo(System.Object)"><summary>
            Sets the specified item to be the <see cref="P:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.CurrentItem" /> in the view.
            </summary><param name="item">The item to set.</param><returns><c>true</c> if the resulting <see cref="P:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.CurrentItem" /> is within the view; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.MoveCurrentToFirst"><summary>
            Sets the first item in the view as the <see cref="P:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.CurrentItem" />.
            </summary><returns><c>true</c> if the resulting <see cref="P:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.CurrentItem" /> is within the view; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.MoveCurrentToLast"><summary>
            Sets the last item in the view as the <see cref="P:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.CurrentItem" />.
            </summary><returns><c>true</c> if the resulting <see cref="P:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.CurrentItem" /> is within the view; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.MoveCurrentToNext"><summary>
            Sets the item after the <see cref="P:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.CurrentItem" /> in the view as the <see cref="P:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.CurrentItem" />.
            </summary><returns><c>true</c> if the resulting <see cref="P:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.CurrentItem" /> is within the view; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.MoveCurrentToPosition(System.Int32)"><summary>
            Sets the item at the specified index to be the <see cref="P:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.CurrentItem" /> in the view.
            </summary><param name="position">The index to set the <see cref="P:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.CurrentItem" /> to.</param><returns><c>true</c> if the resulting <see cref="P:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.CurrentItem" /> is within the view; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.MoveCurrentToPrevious"><summary>
            Sets the item before the <see cref="P:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.CurrentItem" /> in the view as the <see cref="P:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.CurrentItem" />.
            </summary><returns><c>true</c> if the resulting <see cref="P:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.CurrentItem" /> is within the view; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.Refresh"><summary>
            Recreates the view.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.Add(System.Object)"><summary>
            Adds an item to the collection.
            </summary><param name="item">The object to add to the collection.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.Clear"><summary>
            Removes all items from the collection.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.Contains(System.Object)"><summary>
            Determines whether the collection contains a specific value.
            </summary><param name="item">The object to locate in the collection.</param><returns><c>true</c> if item is found in the collection; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.CopyTo(System.Object[],System.Int32)"><summary>
            Copies the entire collection to a compatible one-dimensional <c>Array</c>, 
            starting at the specified index of the target array.
            </summary><param name="array">
            The one-dimensional <c>Array</c> that is the destination of the elements copied from the collection. 
            The <c>Array</c> must have zero-based indexing. 
            </param><param name="arrayIndex">The zero-based index in <paramref name="array" /> at which copying begins.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.GetEnumerator"><summary>
            Retrieves an <c>IEnumerator</c> object for the entire collection.
            </summary><returns>An <c>IEnumerator</c> object for the entire collection</returns><remarks>
            Enumerators are intended to be used only to read data in the collection. 
            Enumerators cannot be used to modify the underlying collection.
            <para>
            The enumerator does not have exclusive access to the collection.
            </para><para>
            When an enumerator is instantiated, it takes a snapshot of the current state of the collection. 
            If changes are made to the collection, such as adding, modifying or deleting elements, the 
            snapshot gets out of sync and the enumerator throws an <c>InvalidOperationException</c>. 
            Two enumerators instantiated from the same collection at the same time can have 
            different snapshots of the collection.
            </para></remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.IndexOf(System.Object)"><summary>
            Determines the index of a specific item in the list.
            </summary><param name="item">The object to locate in the list.</param><returns>The index of item if found in the list; otherwise, <c>-1</c>.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.Insert(System.Int32,System.Object)"><summary>
            Inserts an item into the collection at the specified index.
            </summary><param name="index">The zero-based index at which the item should be inserted.</param><param name="item">The item to insert.</param><remarks>
            If <c>index</c> is equal to <c>Count</c>, value is added to the end of the collection.
            </remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.Remove(System.Object)"><summary>
            Removes the specified item from the collection.
            </summary><param name="item">The item to remove.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.RemoveAt(System.Int32)"><summary>
            Removes the item at the specified index of the collection.
            </summary><param name="index">The zero-based index of the item to remove.</param></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.#ctor(System.Boolean)"><summary>
            Initializes an instance of the <see cref="T:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection" /> class.
            </summary><param name="useHasSet">Whether to use a hash set to handle <see cref="M:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.Contains(ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNode)" /> checks faster.  Only use for selection collections.</param></member><member name="P:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.CanFilter"><summary>
            Gets whether this view supports filtering via the <see cref="P:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.Filter" /> property.
            </summary><value><c>true</c> if this view supports filtering via the <see cref="P:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.Filter" /> property; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.CanGroup"><summary>
            Gets whether this view supports grouping via the <see cref="P:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.GroupDescriptions" /> property.
            </summary><value><c>true</c> if this view supports grouping via the <see cref="P:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.GroupDescriptions" /> property; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.CanSort"><summary>
            Gets whether this view supports sorting via the <see cref="P:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.SortDescriptions" /> property.
            </summary><value><c>true</c> if this view supports sorting via the <see cref="P:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.SortDescriptions" /> property; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.Culture"><summary>
            Gets or sets the cultural info for any operations of the view that may differ by culture, such as sorting.
            </summary><value>The cultural info for any operations of the view that may differ by culture, such as sorting.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.CurrentItem"><summary>
            Gets the current item in the view.
            </summary><value>The current item in the view.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.CurrentPosition"><summary>
            Gets the ordinal position of the CurrentItem within the view.
            </summary><value>The ordinal position of the CurrentItem within the view.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.Filter"><summary>
            Gets or sets a callback used to determine if an item is suitable for inclusion in the view.
            </summary><value>A callback used to determine if an item is suitable for inclusion in the view.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.GroupDescriptions"><summary>
            Gets the collection of <see cref="T:System.ComponentModel.GroupDescription" /> objects that describe how the items in the collection are grouped in the view.
            </summary><value>The collection of <see cref="T:System.ComponentModel.GroupDescription" /> objects that describe how the items in the collection are grouped in the view.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.Groups"><summary>
            Gets the top-level groups.
            </summary><value>The top-level groups.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.IsCurrentAfterLast"><summary>
            Gets whether the <see cref="P:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.CurrentItem" /> of the view is beyond the end of the collection.
            </summary><value><c>true</c> if the <see cref="P:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.CurrentItem" /> of the view is beyond the end of the collection; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.IsCurrentBeforeFirst"><summary>
            Gets whether the <see cref="P:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.CurrentItem" /> of the view is beyond the beginning of the collection.
            </summary><value><c>true</c> if the <see cref="P:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.CurrentItem" /> of the view is beyond the beginning of the collection; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.IsEmpty"><summary>
            Gets whether the resulting view is empty.
            </summary><value><c>true</c> if the resulting view is empty; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.SortDescriptions"><summary>
            Gets a collection of <see cref="T:System.ComponentModel.SortDescription" /> objects that describe how the items in the collection are sorted in the view.
            </summary><value>A collection of <see cref="T:System.ComponentModel.SortDescription" /> objects that describe how the items in the collection are sorted in the view.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.SourceCollection"><summary>
            Gets the underlying collection.
            </summary><value>The underlying collection.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.Count"><summary>
            Gets the count of items in the collection.
            </summary><value>The count of items in the collection.</value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.IsReadOnly"><summary>
            Gets a value indicating whether the collection is read-only.
            </summary><value><c>true</c> if the collection is read-only; otherwise, <c>false</c>.
            </value></member><member name="P:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.Item(System.Int32)"><summary>
            Gets the item at the specified index. 
            </summary><param name="index">The index of the item to return.</param><value>
            The item at the specified index. 
            </value></member><member name="E:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.CollectionChanged"><summary>
            Occurs when the collection is changed.
            </summary><eventdata>
            The event handler receives an argument of type <c>NotifyCollectionChangedEventArgs</c> containing data related to this event.
            </eventdata></member><member name="E:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.CurrentChanged"><summary>
            Occurs after the <see cref="P:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.CurrentItem" /> has changed.
            </summary><eventdata>
            The event handler receives an argument of type <c>EventArgs</c> containing data related to this event.
            </eventdata></member><member name="E:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.CurrentChanging"><summary>
            Occurs after the <see cref="P:ActiproSoftware.Windows.Controls.Grids.Primitives.TreeNodeItemCollection.CurrentItem" /> has changed.
            </summary><eventdata>
            The event handler receives an argument of type <c>CurrentChangingEventArgs</c> containing data related to this event.
            </eventdata></member><member name="T:ActiproSoftware.Windows.Controls.Grids.Automation.Peers.PropertyGridItemWrapperAutomationPeer"><summary>
            Exposes <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyGridItem" /> types to UI Automation.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Automation.Peers.PropertyGridItemWrapperAutomationPeer.GetItemTypeCore"><summary>
            Gets a human-readable string that contains the type of item that the specified element represents.
            </summary><returns>The item type.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Automation.Peers.PropertyGridItemWrapperAutomationPeer.GetLocalizedControlTypeCore"><summary>
            Gets a localized string that represents the <c>AutomationControlType</c> value for the control that is associated with this automation peer.
            </summary><returns>The control type.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Automation.Peers.PropertyGridItemWrapperAutomationPeer.GetNameCore"><summary>
            Gets text that describes the element that is associated with this automation peer.
            </summary><returns>The name.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Automation.Peers.PropertyGridItemWrapperAutomationPeer.#ctor(ActiproSoftware.Windows.Controls.Grids.PropertyGridItem)"><summary>
            Initializes a new instance of the <c>PropertyGridItemAutomationPeer</c> class.
            </summary><param name="owner">The owner element.</param></member><member name="T:ActiproSoftware.Windows.Controls.Grids.Automation.Peers.PropertyGridAutomationPeer"><summary>
            Exposes <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyGrid" /> types to UI Automation.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Automation.Peers.PropertyGridAutomationPeer.CreateItemAutomationPeer(System.Object)"><summary>
            Creates an <c>ItemAutomationPeer</c> for a data item.
            </summary><param name="item">The data item.</param><returns>The <c>ItemAutomationPeer</c> that was created.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Automation.Peers.PropertyGridAutomationPeer.GetLocalizedControlTypeCore"><summary>
            Gets a localized string that represents the <c>AutomationControlType</c> value for the control that is associated with this automation peer.
            </summary><returns>The control type.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Automation.Peers.PropertyGridAutomationPeer.#ctor(ActiproSoftware.Windows.Controls.Grids.PropertyGrid)"><summary>
            Initializes a new instance of the <c>PropertyGridAutomationPeer</c> class.
            </summary><param name="owner">The owner element.</param></member><member name="T:ActiproSoftware.Windows.Controls.Grids.Automation.Peers.PropertyGridItemAutomationPeer"><summary>
            Exposes <see cref="T:ActiproSoftware.Windows.Controls.Grids.PropertyGrid" /> data items to UI Automation.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Automation.Peers.PropertyGridItemAutomationPeer.GetClassNameCore"><summary>
            Gets a name that is used with <c>AutomationControlType</c>, to differentiate the control that is represented by this <c>AutomationPeer</c>. 
            </summary><returns>The class name.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Automation.Peers.PropertyGridItemAutomationPeer.GetItemTypeCore"><summary>
            Gets a human-readable string that contains the type of item that the specified element represents.
            </summary><returns>The item type.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Automation.Peers.PropertyGridItemAutomationPeer.GetLocalizedControlTypeCore"><summary>
            Gets a localized string that represents the <c>AutomationControlType</c> value for the control that is associated with this automation peer.
            </summary><returns>The control type.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Automation.Peers.PropertyGridItemAutomationPeer.#ctor(System.Object,ActiproSoftware.Windows.Controls.Grids.Automation.Peers.PropertyGridAutomationPeer)"><summary>
            Initializes a new instance of the <c>PropertyGridItemAutomationPeer</c> class.
            </summary><param name="item">The data item.</param><param name="itemsControlAutomationPeer">The items control automation peer.</param></member><member name="T:ActiproSoftware.Windows.Controls.Grids.Automation.Peers.TreeListViewItemAutomationPeer"><summary>
            Exposes <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListView" /> data items to UI Automation.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Automation.Peers.TreeListViewItemAutomationPeer.GetClassNameCore"><summary>
            Gets a name that is used with <c>AutomationControlType</c>, to differentiate the control that is represented by this <c>AutomationPeer</c>. 
            </summary><returns>The class name.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Automation.Peers.TreeListViewItemAutomationPeer.GetLocalizedControlTypeCore"><summary>
            Gets a localized string that represents the <c>AutomationControlType</c> value for the control that is associated with this automation peer.
            </summary><returns>The control type.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Automation.Peers.TreeListViewItemAutomationPeer.#ctor(System.Object,ActiproSoftware.Windows.Controls.Grids.Automation.Peers.TreeListViewAutomationPeer)"><summary>
            Initializes a new instance of the <c>TreeListViewItemAutomationPeer</c> class.
            </summary><param name="item">The data item.</param><param name="itemsControlAutomationPeer">The items control automation peer.</param></member><member name="T:ActiproSoftware.Windows.Controls.Grids.Automation.Peers.TreeListBoxItemAutomationPeer"><summary>
            Exposes <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListBox" /> data items to UI Automation.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Automation.Peers.TreeListBoxItemAutomationPeer.Collapse"><summary>
            Hides all nodes, controls, or content that are descendants of the control.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Automation.Peers.TreeListBoxItemAutomationPeer.Expand"><summary>
            Displays all child nodes, controls, or content of the control.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Automation.Peers.TreeListBoxItemAutomationPeer.GetAutomationControlTypeCore"><summary>
            Gets the control type for the element that is associated with the UI Automation peer.
            </summary><returns>The control type.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Automation.Peers.TreeListBoxItemAutomationPeer.GetClassNameCore"><summary>
            Gets a name that is used with <c>AutomationControlType</c>, to differentiate the control that is represented by this <c>AutomationPeer</c>. 
            </summary><returns>The class name.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Automation.Peers.TreeListBoxItemAutomationPeer.GetLocalizedControlTypeCore"><summary>
            Gets a localized string that represents the <c>AutomationControlType</c> value for the control that is associated with this automation peer.
            </summary><returns>The control type.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Automation.Peers.TreeListBoxItemAutomationPeer.GetPattern(System.Windows.Automation.Peers.PatternInterface)"><summary>
            Gets the control pattern that is associated with the specified <see cref="T:System.Windows.Automation.Peers.PatternInterface" />.
            </summary><param name="patternInterface">A value from the <see cref="T:System.Windows.Automation.Peers.PatternInterface" /> enumeration.</param><returns>The object that implements the pattern interface; <see langword="null" /> if the peer does not support this interface.</returns><remarks>
            This method will return a 'this' pointer in the follow cases:
            <list type="bullet"><item>If <paramref name="patternInterface" /> is <c>PatternInterface.ExpandCollapse</c>.</item></list></remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Automation.Peers.TreeListBoxItemAutomationPeer.#ctor(System.Object,ActiproSoftware.Windows.Controls.Grids.Automation.Peers.TreeListBoxAutomationPeer)"><summary>
            Initializes a new instance of the <c>TreeListBoxItemAutomationPeer</c> class.
            </summary><param name="item">The data item.</param><param name="itemsControlAutomationPeer">The items control automation peer.</param></member><member name="P:ActiproSoftware.Windows.Controls.Grids.Automation.Peers.TreeListBoxItemAutomationPeer.ExpandCollapseState"><summary>
            Gets the state, expanded or collapsed, of the control.
            </summary><value></value><returns>The state, expanded or collapsed, of the control.</returns></member><member name="T:ActiproSoftware.Windows.Controls.Grids.Automation.Peers.TreeListBoxItemWrapperAutomationPeer"><summary>
            Exposes <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem" /> types to UI Automation.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Automation.Peers.TreeListBoxItemWrapperAutomationPeer.Collapse"><summary>
            Hides all nodes, controls, or content that are descendants of the control.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Automation.Peers.TreeListBoxItemWrapperAutomationPeer.Expand"><summary>
            Displays all child nodes, controls, or content of the control.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Automation.Peers.TreeListBoxItemWrapperAutomationPeer.GetAutomationControlTypeCore"><summary>
            Gets the control type for the element that is associated with the UI Automation peer.
            </summary><returns>The control type.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Automation.Peers.TreeListBoxItemWrapperAutomationPeer.GetClassNameCore"><summary>
            Gets a name that is used with <c>AutomationControlType</c>, to differentiate the control that is represented by this <c>AutomationPeer</c>. 
            </summary><returns>The class name.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Automation.Peers.TreeListBoxItemWrapperAutomationPeer.GetLocalizedControlTypeCore"><summary>
            Gets a localized string that represents the <c>AutomationControlType</c> value for the control that is associated with this automation peer.
            </summary><returns>The control type.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Automation.Peers.TreeListBoxItemWrapperAutomationPeer.GetPattern(System.Windows.Automation.Peers.PatternInterface)"><summary>
            Gets the control pattern that is associated with the specified <see cref="T:System.Windows.Automation.Peers.PatternInterface" />.
            </summary><param name="patternInterface">A value from the <see cref="T:System.Windows.Automation.Peers.PatternInterface" /> enumeration.</param><returns>The object that implements the pattern interface; <see langword="null" /> if the peer does not support this interface.</returns><remarks>
            This method will return a 'this' pointer in the follow cases:
            <list type="bullet"><item>If <paramref name="patternInterface" /> is <c>PatternInterface.ExpandCollapse</c>.</item></list></remarks></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Automation.Peers.TreeListBoxItemWrapperAutomationPeer.#ctor(ActiproSoftware.Windows.Controls.Grids.TreeListBoxItem)"><summary>
            Initializes a new instance of the <c>TreeListBoxItemAutomationPeer</c> class.
            </summary><param name="owner">The owner element.</param></member><member name="P:ActiproSoftware.Windows.Controls.Grids.Automation.Peers.TreeListBoxItemWrapperAutomationPeer.ExpandCollapseState"><summary>
            Gets the state, expanded or collapsed, of the control.
            </summary><value></value><returns>The state, expanded or collapsed, of the control.</returns></member><member name="T:ActiproSoftware.Windows.Controls.Grids.Automation.Peers.TreeListViewItemWrapperAutomationPeer"><summary>
            Exposes <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListViewItem" /> types to UI Automation.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Automation.Peers.TreeListViewItemWrapperAutomationPeer.GetLocalizedControlTypeCore"><summary>
            Gets a localized string that represents the <c>AutomationControlType</c> value for the control that is associated with this automation peer.
            </summary><returns>The control type.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Automation.Peers.TreeListViewItemWrapperAutomationPeer.#ctor(ActiproSoftware.Windows.Controls.Grids.TreeListViewItem)"><summary>
            Initializes a new instance of the <c>TreeListViewItemAutomationPeer</c> class.
            </summary><param name="owner">The owner element.</param></member><member name="T:ActiproSoftware.Windows.Controls.Grids.Automation.Peers.TreeListViewAutomationPeer"><summary>
            Exposes <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListView" /> types to UI Automation.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Automation.Peers.TreeListViewAutomationPeer.CreateItemAutomationPeer(System.Object)"><summary>
            Creates an <c>ItemAutomationPeer</c> for a data item.
            </summary><param name="item">The data item.</param><returns>The <c>ItemAutomationPeer</c> that was created.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Automation.Peers.TreeListViewAutomationPeer.GetLocalizedControlTypeCore"><summary>
            Gets a localized string that represents the <c>AutomationControlType</c> value for the control that is associated with this automation peer.
            </summary><returns>The control type.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Automation.Peers.TreeListViewAutomationPeer.#ctor(ActiproSoftware.Windows.Controls.Grids.TreeListView)"><summary>
            Initializes a new instance of the <c>TreeListViewAutomationPeer</c> class.
            </summary><param name="owner">The owner element.</param></member><member name="T:ActiproSoftware.Windows.Controls.Grids.Automation.Peers.TreeListBoxAutomationPeer"><summary>
            Exposes <see cref="T:ActiproSoftware.Windows.Controls.Grids.TreeListBox" /> types to UI Automation.
            </summary></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Automation.Peers.TreeListBoxAutomationPeer.CreateItemAutomationPeer(System.Object)"><summary>
            Creates an <c>ItemAutomationPeer</c> for a data item.
            </summary><param name="item">The data item.</param><returns>The <c>ItemAutomationPeer</c> that was created.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Automation.Peers.TreeListBoxAutomationPeer.GetAutomationControlTypeCore"><summary>
            Gets the control type for the element that is associated with the UI Automation peer.
            </summary><returns>The control type.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Automation.Peers.TreeListBoxAutomationPeer.GetClassNameCore"><summary>
            Gets a name that is used with <c>AutomationControlType</c>, to differentiate the control that is represented by this <c>AutomationPeer</c>. 
            </summary><returns>The class name.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Automation.Peers.TreeListBoxAutomationPeer.GetLocalizedControlTypeCore"><summary>
            Gets a localized string that represents the <c>AutomationControlType</c> value for the control that is associated with this automation peer.
            </summary><returns>The control type.</returns></member><member name="M:ActiproSoftware.Windows.Controls.Grids.Automation.Peers.TreeListBoxAutomationPeer.#ctor(ActiproSoftware.Windows.Controls.Grids.TreeListBox)"><summary>
            Initializes a new instance of the <c>TreeListBoxAutomationPeer</c> class.
            </summary><param name="owner">The owner element.</param></member><member name="T:ActiproSoftware.Products.Grids.AssemblyInfo"><summary>
            Provides a class for retrieving information about the <c>ActiproSoftware.Grids</c> assembly.
            </summary></member><member name="P:ActiproSoftware.Products.Grids.AssemblyInfo.Instance"><summary>
            Gets the instance of the <see cref="T:ActiproSoftware.Products.AssemblyInfo" /> class for this assembly.
            </summary><value>The instance of the <see cref="T:ActiproSoftware.Products.AssemblyInfo" /> class for this assembly.</value></member><member name="P:ActiproSoftware.Products.Grids.AssemblyInfo.LicenseType"><summary>
            Gets the type of license that is available for the assembly.
            </summary><value>A <see cref="T:ActiproSoftware.Products.AssemblyLicenseType" /> specifying the type of license that is available for the assembly.</value></member><member name="P:ActiproSoftware.Products.Grids.AssemblyInfo.Platform"><summary>
            Gets the target platform for the assembly.
            </summary><value>A <see cref="T:ActiproSoftware.Products.AssemblyPlatform" /> specifying the target platform for the assembly.</value></member><member name="P:ActiproSoftware.Products.Grids.AssemblyInfo.ProductCode"><summary>
            Gets the product code of the assembly.
            </summary><value>A three-letter product code of the assembly.</value></member><member name="P:ActiproSoftware.Products.Grids.AssemblyInfo.ProductId"><summary>
            Gets the product ID of the assembly.
            </summary><value>The product ID of the assembly.</value></member><member name="T:ActiproSoftware.Products.Grids.GridsLogo"><summary>
            Represents the logo for this product.
            </summary></member><member name="M:ActiproSoftware.Products.Grids.GridsLogo.#ctor"><summary>
            Initializes a new instance of the <see cref="T:ActiproSoftware.Products.Grids.GridsLogo" /> class.
            </summary></member><member name="T:ActiproSoftware.Products.Grids.Resources"><summary>
              A strongly-typed resource class, for looking up localized strings, etc.
            </summary></member><member name="P:ActiproSoftware.Products.Grids.Resources.ResourceManager"><summary>
              Returns the cached ResourceManager instance used by this class.
            </summary></member><member name="P:ActiproSoftware.Products.Grids.Resources.Culture"><summary>
              Overrides the current thread's CurrentUICulture property for all
              resource lookups using this strongly typed resource class.
            </summary></member><member name="P:ActiproSoftware.Products.Grids.Resources.UICommandCopyNameText"><summary>
              Looks up a localized string similar to Copy Name.
            </summary></member><member name="P:ActiproSoftware.Products.Grids.Resources.UICommandCopyValueText"><summary>
              Looks up a localized string similar to Copy Value.
            </summary></member><member name="P:ActiproSoftware.Products.Grids.Resources.UICommandDescriptionText"><summary>
              Looks up a localized string similar to Description.
            </summary></member><member name="P:ActiproSoftware.Products.Grids.Resources.UICommandPasteValueText"><summary>
              Looks up a localized string similar to Paste Value.
            </summary></member><member name="P:ActiproSoftware.Products.Grids.Resources.UICommandResetText"><summary>
              Looks up a localized string similar to Reset.
            </summary></member><member name="P:ActiproSoftware.Products.Grids.Resources.UICommandSizeAllColumnsToFitText"><summary>
              Looks up a localized string similar to Size All Columns to Fit.
            </summary></member><member name="P:ActiproSoftware.Products.Grids.Resources.UICommandSizeColumnToFitText"><summary>
              Looks up a localized string similar to Size Column to Fit.
            </summary></member><member name="P:ActiproSoftware.Products.Grids.Resources.UIExpandableCollectionConverterIndexFormat"><summary>
              Looks up a localized string similar to [{0}].
            </summary></member><member name="P:ActiproSoftware.Products.Grids.Resources.UIExpandableCollectionConverterMultipleItemsFormat"><summary>
              Looks up a localized string similar to {0} items.
            </summary></member><member name="P:ActiproSoftware.Products.Grids.Resources.UIExpandableCollectionConverterNoItemsText"><summary>
              Looks up a localized string similar to No items.
            </summary></member><member name="P:ActiproSoftware.Products.Grids.Resources.UIExpandableCollectionConverterNullText"><summary>
              Looks up a localized string similar to &lt;null&gt;.
            </summary></member><member name="P:ActiproSoftware.Products.Grids.Resources.UIExpandableCollectionConverterOneItemText"><summary>
              Looks up a localized string similar to 1 item.
            </summary></member><member name="P:ActiproSoftware.Products.Grids.Resources.UIPropertyGridAddChildButtonToolTip"><summary>
              Looks up a localized string similar to Add New.
            </summary></member><member name="P:ActiproSoftware.Products.Grids.Resources.UIPropertyGridColumnHeaderNameText"><summary>
              Looks up a localized string similar to Name.
            </summary></member><member name="P:ActiproSoftware.Products.Grids.Resources.UIPropertyGridColumnHeaderValueText"><summary>
              Looks up a localized string similar to Value.
            </summary></member><member name="P:ActiproSoftware.Products.Grids.Resources.UIPropertyGridRemoveButtonToolTip"><summary>
              Looks up a localized string similar to Remove.
            </summary></member><member name="P:ActiproSoftware.Products.Grids.Resources.UIPropertyGridSummaryNoDescriptionText"><summary>
              Looks up a localized string similar to (No description).
            </summary></member><member name="P:ActiproSoftware.Products.Grids.Resources.UIPropertyGridSummaryNoDisplayNameText"><summary>
              Looks up a localized string similar to (No name).
            </summary></member><member name="T:ActiproSoftware.Products.Grids.SR"><summary>
            Provides access to the string resources of this assembly, also allowing for their customization.
            </summary><remarks>
            Call the <see cref="M:ActiproSoftware.Products.Grids.SR.GetString(System.String)" /> method to return a resolved resource string.
            If a custom string has been set for a specified string resource name, it will be returned.
            Otherwise, the default string resource value is returned.
            <para>
            If any of the resource strings are customized via a call to <see cref="M:ActiproSoftware.Products.Grids.SR.SetCustomString(System.String,System.String)" />,
            it is best to do so before any other classes in this assembly are referenced,
            such as in the application startup.
            </para></remarks></member><member name="M:ActiproSoftware.Products.Grids.SR.ClearCustomStrings"><summary>
            Removes all custom strings.
            </summary></member><member name="M:ActiproSoftware.Products.Grids.SR.ContainsCustomString(System.String)"><summary>
            Returns whether a custom string is defined for the specified string resource.
            </summary><param name="name">The name of the resource for which to search.</param><returns><c>true</c> if a custom string is defined for the specified string resource; otherwise, <c>false</c>.
            </returns></member><member name="M:ActiproSoftware.Products.Grids.SR.GetCustomString(System.String)"><summary>
            Returns custom string that is stored for the specified string resource, if any.
            </summary><param name="name">The name of the resource to get.</param><returns>The custom string that is stored for the specified string resource, if any.</returns></member><member name="M:ActiproSoftware.Products.Grids.SR.GetString(System.String)"><summary>
            Returns the resolved value of the specified string resource.
            </summary><param name="name">The name of the resource to get.</param><returns>
            The value of the resource localized for the caller's current culture settings. 
            If a best match is not possible, <see langword="null" /> is returned.
            </returns></member><member name="M:ActiproSoftware.Products.Grids.SR.GetString(ActiproSoftware.Products.Grids.SRName)"><summary>
            Returns the resolved value of the specified string resource.
            </summary><param name="name">The name of the resource to get.</param><returns>
            The value of the resource localized for the caller's current culture settings. 
            If a best match is not possible, <see langword="null" /> is returned.
            </returns></member><member name="M:ActiproSoftware.Products.Grids.SR.GetString(System.String,System.Object[])"><summary>
            Returns the resolved value of the specified string resource, by calling <c>String.Format</c> using supplied arguments.
            </summary><param name="name">The name of the resource to get.</param><param name="args">The arguments to pass to <c>String.Format</c>.</param><returns>
            The value of the resource localized for the caller's current culture settings. 
            If a best match is not possible, <see langword="null" /> is returned.
            </returns></member><member name="M:ActiproSoftware.Products.Grids.SR.GetString(ActiproSoftware.Products.Grids.SRName,System.Object[])"><summary>
            Returns the resolved value of the specified string resource, by calling <c>String.Format</c> using supplied arguments.
            </summary><param name="name">The name of the resource to get.</param><param name="args">The arguments to pass to <c>String.Format</c>.</param><returns>
            The value of the resource localized for the caller's current culture settings. 
            If a best match is not possible, <see langword="null" /> is returned.
            </returns></member><member name="M:ActiproSoftware.Products.Grids.SR.RemoveCustomString(System.String)"><summary>
            Removes any custom string that is defined for the specified string resource.
            </summary><param name="name">The name of the resource to remove.</param></member><member name="M:ActiproSoftware.Products.Grids.SR.SetCustomString(System.String,System.String)"><summary>
            Sets a custom string value for the specified string resource.
            </summary><param name="name">The name of the resource to set.</param><param name="value">The value of the resource to set.</param></member><member name="P:ActiproSoftware.Products.Grids.SR.ResourceManager"><summary>
            Gets the <see cref="P:ActiproSoftware.Products.Grids.SR.ResourceManager" /> that provides the default resources. 
            </summary><value>The <see cref="P:ActiproSoftware.Products.Grids.SR.ResourceManager" /> that provides the default resources.</value></member><member name="T:ActiproSoftware.Products.Grids.SRExtension"><summary>
            Provides a markup extension for loading a string resource from the assembly that could possibly be customized.
            </summary></member><member name="M:ActiproSoftware.Products.Grids.SRExtension.ProvideValue(System.IServiceProvider)"><summary>
            Returns the string resource based on the supplied name.
            </summary><param name="serviceProvider">An object that can provide services for the markup extension.</param><returns>The object value to set on the property where the extension is applied.</returns></member><member name="M:ActiproSoftware.Products.Grids.SRExtension.#ctor"><summary>
            Creates an instance of the <c>SRExtension</c> class.
            </summary></member><member name="M:ActiproSoftware.Products.Grids.SRExtension.#ctor(System.String)"><summary>
            Creates an instance of the <c>SRExtension</c> class.
            </summary><param name="name">The name of the string resource.</param></member><member name="P:ActiproSoftware.Products.Grids.SRExtension.Name"><summary>
            Gets or sets the name of the string resource.
            </summary><value>The name of the string resource.</value></member><member name="T:ActiproSoftware.Products.Grids.SRName"><summary>
            Specifies the names of string resources for this assembly.
            </summary></member><member name="F:ActiproSoftware.Products.Grids.SRName.UICommandCopyNameText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Grids.SRName.UICommandCopyValueText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Grids.SRName.UICommandDescriptionText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Grids.SRName.UICommandPasteValueText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Grids.SRName.UICommandResetText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Grids.SRName.UICommandSizeAllColumnsToFitText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Grids.SRName.UICommandSizeColumnToFitText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Grids.SRName.UIExpandableCollectionConverterIndexFormat"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Grids.SRName.UIExpandableCollectionConverterMultipleItemsFormat"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Grids.SRName.UIExpandableCollectionConverterNoItemsText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Grids.SRName.UIExpandableCollectionConverterNullText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Grids.SRName.UIExpandableCollectionConverterOneItemText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Grids.SRName.UIPropertyGridColumnHeaderNameText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Grids.SRName.UIPropertyGridColumnHeaderValueText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Grids.SRName.UIPropertyGridAddChildButtonToolTip"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Grids.SRName.UIPropertyGridRemoveButtonToolTip"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Grids.SRName.UIPropertyGridSummaryNoDescriptionText"><summary>A user interface string.</summary></member><member name="F:ActiproSoftware.Products.Grids.SRName.UIPropertyGridSummaryNoDisplayNameText"><summary>A user interface string.</summary></member></members></doc>