Version

Field Class Methods

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

Public Methods
 NameDescription
Public MethodCalculateAutoSizeExtentOverloaded. Returns the preferred size for the field based on the current resolved FieldSettings.AutoSizeOptions  
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 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 MethodGetMappedFieldInTreeGets the field that maps to this field in the specfied FieldLayout in TreeView  
Public MethodGetPropertyDescriptorReturns the property descriptor used by this field when retrieving cell data for the specified data record.  
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 MethodPerformAutoSizeOverloaded. Updates the customized preferred size for the field based on the current FieldSettings.AutoSizeOptions  
Public MethodReadLocalValueReturns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject)
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 MethodShouldSerializeSettingsChecks if the Settings object should be serialized  
Public MethodToStringReturns a string representation of the object  
Protected Methods
 NameDescription
Protected Internal MethodClearEditorPropertiesCalled when a CellValuePresenter that has an editor is no longer associated with this Field  
Protected Internal MethodInitializeEditorPropertiesCalled after an editor has been sited within a CellValuePresenter associated with this Field  
Protected Internal MethodInitializeFromOverridden. Called after cloning a field when exporting or printing  
Protected Internal MethodIsFieldEquatableReturns true if the specified field is equatable with this field.  
Protected MethodOnPropertyChangedOverloaded. Overridden. Called when a DP or CLR property has been changed  
Protected MethodRaisePropertyChangedEvent (Inherited from Infragistics.DependencyObjectNotifier)
Protected Internal MethodShouldSerializePropertyReturns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Inherited from System.Windows.DependencyObject)
Protected Internal MethodSynchronizeEditorPropertyCalled when a field property changes so that an associated editor's property can be synchronized if necessary.  
See Also