Version

ColumnLayout Class Methods

For a list of all members of this type, see ColumnLayout 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 MethodDisposeOverloaded. Releases the unmanaged resources used by the ColumnLayout and optionally releases the managed resources.  
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 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)
Protected Methods
 NameDescription
Protected Internal MethodBuildFiltersOverloaded. For a single column, based of the cell, clears any existing filtering conditions and creates a new condition based on current information.  
Protected Internal MethodBuildNullableFilterThis is used by the FilterMenu to build filters for (Null) cases.  
Protected Internal MethodClearCachedRowsUsed to notify attached RowsManagers to clear their cached rows.  
Protected MethodFinishedLoadingPersistenceAllows an object to perform an operation, after it's been loaded. (Inherited from Infragistics.Controls.Grids.ColumnBase)
Protected MethodInitObjectThis method is used to setup the object that was just created.  
Protected Internal MethodInvalidateConditionalFormattingThis method is to be called when you need the grid to update it's visual tree due to a change in ConditionalFormatting  
Protected Internal MethodInvalidateDataTriggers all Data operations such as sorting and GroupBy to be invalidated.  
Protected Internal MethodInvalidateFilteringThis method is to be called when you need the grid to update its visual tree due to a change in the Filtering.  
Protected Internal MethodInvalidateGroupByThis method is to be called when you need the grid to update its visual tree due to a change in the GroupBy.  
Protected Internal MethodInvalidateGroupByResetThis method is to be called when you need the grid to update its visual tree due to a change in the GroupBy.  
Protected Internal MethodInvalidateSortingThis method is to be called when you need the grid to update its visual tree due to a change in the sorting order.  
Protected Internal MethodInvalidateSummariesThis method is to be called when you need to grid to update it's visual tree due to a change in Summaries.  
Protected MethodLoad  
Protected Internal MethodOnChildColumnLayoutAddedInvoked when a ColumnLayout is added to the Columns collection of this ColumnLayout.  
Protected Internal MethodOnChildColumnLayoutRemovedInvoked when a ColumnLayout is removed from the Columns collection of this ColumnLayout.  
Protected Internal MethodOnColumnAddedInvoked when a ColumnBase has been added to this ColumnLayout  
Protected MethodOnColumnLayoutChangedRaised when the a ColumnLayout is assigned or removed from this ColumnBase (Inherited from Infragistics.Controls.Grids.ColumnBase)
Protected Internal MethodOnColumnRemovedInvoked when a ColumnBase has been removed from this ColumnLayout.  
Protected MethodOnDataTypeChangedRaised when the DataType of the ColumnBase is changed. (Inherited from Infragistics.Controls.Grids.ColumnBase)
Protected MethodOnPropertyChangedOverloaded. Overridden. Invoked when a property of the object has been changed.  
Protected Internal MethodOnStyleChangedOverridden. Raised when any of the Style properties of the ColumnLayout have changed;  
Protected MethodOnVisibilityChangedOverridden. Raised when the Visiblity of a ColumnLayout has changed.  
Protected MethodRaisePropertyChangedEvent (Inherited from Infragistics.DependencyObjectNotifier)
Protected Internal MethodRefreshSummaryRowVisualThis method communicates to the RowsManager that the SummaryRow should be redrawn.  
Protected Internal MethodResolveValueOverloaded. If the DataType is available, uses Convert to cast the inputted value. (Inherited from Infragistics.Controls.Grids.ColumnBase)
Protected MethodSave  
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