Version 24.2 (latest)

PropertyGridPropertyItem Class Methods

For a list of all members of this type, see PropertyGridPropertyItem members.

Public Methods
 NameDescription
Public MethodClearValueOverloaded. 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)
Public MethodCoerceValueCoerces 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)
Public MethodDeselectDeselects the item if it is currently selected. (Inherited from Infragistics.Controls.Editors.PropertyGridItem)
Public MethodDisposeOverridden. Called when the instance is about to be discarded.  
Public MethodEquals (Inherited from System.Windows.DependencyObject)
Public MethodGetHashCodeGets a hash code for this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodGetLocalValueEnumeratorCreates a specialized enumerator for determining which dependency properties have locally set values on this System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodGetValueReturns the current effective value of a dependency property on this instance of a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodInvalidateProperty (Inherited from System.Windows.DependencyObject)
Public MethodReadLocalValueReturns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject)
Public MethodReloadStandardValuesForces 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').  
Public MethodRequeryEditorDefinitionForces 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.  
Public MethodSelectIf the item is not currently selected, makes this item the XamPropertyGrid.SelectedItem. (Inherited from Infragistics.Controls.Editors.PropertyGridItem)
Public MethodSetCurrentValue (Inherited from System.Windows.DependencyObject)
Public MethodSetValueOverloaded. Sets the local value of a dependency property, specified by its dependency property identifier. (Inherited from System.Windows.DependencyObject)
Public MethodToStringReturns a string representation of the object. (Inherited from Infragistics.Controls.Editors.PropertyGridItem)
Protected Methods
 NameDescription
Protected MethodGetCanResetValueReturns true if value reset is supported for this property and the property is not currently set to its default value.  
Protected MethodGetIsValueResetSupportedReturns true if resetting the value is supported for this property.  
Protected MethodOnChildPropertyValueChangedCalled when the value of a property represented by a child PropertyGridPropertyItem has changed.  
Protected MethodOnIsExpandedChangedOverridden. Invoked when the expanded state of the item has changed.  
Protected MethodOnPropertyChangedInvoked 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)
Protected Internal MethodResetValueResets the value of the property to it's default value.  
Protected Internal MethodShouldSerializePropertyReturns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Inherited from System.Windows.DependencyObject)
See Also