Version

FieldLayout Class Methods

For a list of all members of this type, see FieldLayout 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 MethodEnsureUniqueFieldPositionsEnsures fields have unique positions so they don't overlap.  
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 MethodInvalidateGroupByCriteriaTriggers a re-evalution of existing group by criteria which will cause existimg records associated with this FieldLayout to be re-grouped  
Public MethodInvalidateProperty (Inherited from System.Windows.DependencyObject)
Public MethodInvalidateSortCriteriaTriggers a re-evalution of existing sort criteria which will cause existimg records associated with this FieldLayout to be re-sorted  
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 MethodShowCustomFilterSelectionControlOverloaded. Displays the CustomFilterSelectionControl to create filters for a specific Field, inside an appropriate container depending on whether the application is running locally or inside a browser as an XBAP.  
Public MethodToStringGets a string representation for this object  
Protected Methods
 NameDescription
Protected MethodOnPropertyChangedOverloaded. Overridden. Called when a 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)
See Also