For a list of all members of this type, see Field members.
Name | Description | |
---|---|---|
CalculateAutoSizeExtent | Overloaded. Returns the preferred size for the field based on the current resolved FieldSettings.AutoSizeOptions | |
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) | |
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) | |
GetMappedFieldInTree | Gets the field that maps to this field in the specfied FieldLayout in TreeView | |
GetPropertyDescriptor | Returns the property descriptor used by this field when retrieving cell data for the specified data record. | |
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) | |
PerformAutoSize | Overloaded. Updates the customized preferred size for the field based on the current FieldSettings.AutoSizeOptions | |
ReadLocalValue | Returns the local value of a dependency property, if it exists. (Inherited from System.Windows.DependencyObject) | |
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) | |
ShouldSerializeSettings | Checks if the Settings object should be serialized | |
ToString | Returns a string representation of the object |
Name | Description | |
---|---|---|
ClearEditorProperties | Called when a CellValuePresenter that has an editor is no longer associated with this Field | |
InitializeEditorProperties | Called after an editor has been sited within a CellValuePresenter associated with this Field | |
InitializeFrom | Overridden. Called after cloning a field when exporting or printing | |
IsFieldEquatable | Returns true if the specified field is equatable with this field. | |
OnPropertyChanged | Overloaded. Overridden. Called when a DP or CLR property has been changed | |
RaisePropertyChangedEvent | (Inherited from Infragistics.DependencyObjectNotifier) | |
ShouldSerializeProperty | Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Inherited from System.Windows.DependencyObject) | |
SynchronizeEditorProperty | Called when a field property changes so that an associated editor's property can be synchronized if necessary. |