For a list of all members of this type, see ColumnLayout members.
Name | Description | |
---|---|---|
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) | |
Dispose | Overloaded. Releases the unmanaged resources used by the ColumnLayout and optionally releases the managed resources. | |
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) | |
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) | |
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) |
Name | Description | |
---|---|---|
BuildFilters | Overloaded. For a single column, based of the cell, clears any existing filtering conditions and creates a new condition based on current information. | |
BuildNullableFilter | This is used by the FilterMenu to build filters for (Null) cases. | |
ClearCachedRows | Used to notify attached RowsManagers to clear their cached rows. | |
FinishedLoadingPersistence | Allows an object to perform an operation, after it's been loaded. (Inherited from Infragistics.Controls.Grids.ColumnBase) | |
InitObject | This method is used to setup the object that was just created. | |
InvalidateConditionalFormatting | This method is to be called when you need the grid to update it's visual tree due to a change in ConditionalFormatting | |
InvalidateData | Triggers all Data operations such as sorting and GroupBy to be invalidated. | |
InvalidateFiltering | This method is to be called when you need the grid to update its visual tree due to a change in the Filtering. | |
InvalidateGroupBy | This method is to be called when you need the grid to update its visual tree due to a change in the GroupBy. | |
InvalidateGroupByReset | This method is to be called when you need the grid to update its visual tree due to a change in the GroupBy. | |
InvalidateSorting | This method is to be called when you need the grid to update its visual tree due to a change in the sorting order. | |
InvalidateSummaries | This method is to be called when you need to grid to update it's visual tree due to a change in Summaries. | |
Load | ||
OnChildColumnLayoutAdded | Invoked when a ColumnLayout is added to the Columns collection of this ColumnLayout. | |
OnChildColumnLayoutRemoved | Invoked when a ColumnLayout is removed from the Columns collection of this ColumnLayout. | |
OnColumnAdded | Invoked when a ColumnBase has been added to this ColumnLayout | |
OnColumnLayoutChanged | Raised when the a ColumnLayout is assigned or removed from this ColumnBase (Inherited from Infragistics.Controls.Grids.ColumnBase) | |
OnColumnRemoved | Invoked when a ColumnBase has been removed from this ColumnLayout. | |
OnDataTypeChanged | Raised when the DataType of the ColumnBase is changed. (Inherited from Infragistics.Controls.Grids.ColumnBase) | |
OnPropertyChanged | Overloaded. Overridden. Invoked when a property of the object has been changed. | |
OnStyleChanged | Overridden. Raised when any of the Style properties of the ColumnLayout have changed; | |
OnVisibilityChanged | Overridden. Raised when the Visiblity of a ColumnLayout has changed. | |
RaisePropertyChangedEvent | (Inherited from Infragistics.DependencyObjectNotifier) | |
RefreshSummaryRowVisual | This method communicates to the RowsManager that the SummaryRow should be redrawn. | |
ResolveValue | Overloaded. If the DataType is available, uses Convert to cast the inputted value. (Inherited from Infragistics.Controls.Grids.ColumnBase) | |
Save | ||
ShouldSerializeProperty | Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Inherited from System.Windows.DependencyObject) |