For a list of all members of this type, see PropertyGridPropertyItem members.
Name | Description | |
---|---|---|
![]() | ClearValue | Overloaded. Clears the local value of a property. The property to be cleared is specified by a System.Windows.DependencyProperty identifier. (Inherited from System.Windows.DependencyObject) |
![]() | CoerceValue | Coerces the value of the specified dependency property. This is accomplished by invoking any System.Windows.CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) |
![]() | Deselect | Deselects the item if it is currently selected. (Inherited from Infragistics.Controls.Editors.PropertyGridItem) |
![]() | Dispose | Overridden. Called when the instance is about to be discarded. |
![]() | Equals | (Inherited from System.Windows.DependencyObject) |
![]() | GetHashCode | Gets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) |
![]() | GetLocalValueEnumerator | Creates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) |
![]() | GetValue | Returns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject) |
![]() | InvalidateProperty | (Inherited from System.Windows.DependencyObject) |
![]() | ReadLocalValue | Returns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject) |
![]() | ReloadStandardValues | Forces a reload of the list of 'StandardValues' supplied by the property's TypeConverter, for properties that support 'StandardValues' (i.e., properties whose TypeConverter returns true for GetStandardValuesSupported'). |
![]() | RequeryEditorDefinition | Forces the PropertyGridPropertyItem to inspect the PropertyGridEditorDefinition assigned to it and re-evaluate the PropertyGridEditorDefinition.TemplateSelector, PropertyGridEditorDefinition.EditTemplate and ReadOnlyTemplate properties and (if necessary) update the DataTemplate used to display/edit the property value. |
![]() | Select | If the item is not currently selected, makes this item the XamPropertyGrid.SelectedItem. (Inherited from Infragistics.Controls.Editors.PropertyGridItem) |
![]() | SetCurrentValue | (Inherited from System.Windows.DependencyObject) |
![]() | SetValue | Overloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject) |
![]() | ToString | Returns a string representation of the object. (Inherited from Infragistics.Controls.Editors.PropertyGridItem) |
Name | Description | |
---|---|---|
![]() | GetCanResetValue | Returns true if value reset is supported for this property and the property is not currently set to its default value. |
![]() | GetIsValueResetSupported | Returns true if resetting the value is supported for this property. |
![]() | OnChildPropertyValueChanged | Called when the value of a property represented by a child PropertyGridPropertyItem has changed. |
![]() | OnIsExpandedChanged | Overridden. Invoked when the expanded state of the item has changed. |
![]() | OnPropertyChanged | Invoked whenever the effective value of any dependency property on this System.Windows.DependencyObject has been updated. The specific dependency property that changed is reported in the event data. (Inherited from System.Windows.DependencyObject) |
![]() | ResetValue | Resets the value of the property to it's default value. |
![]() | ShouldSerializeProperty | Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Inherited from System.Windows.DependencyObject) |