Version 24.2 (latest)

Column Class Methods

For a list of all members of this type, see Column 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 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 MethodFillAvailableFiltersFills the FilterOperandCollection with the operands that the column expects as filter values.  
Protected Internal MethodFillAvailableSummariesFills the Infragistics.SummaryOperandCollection with the operands that the column expects as summary values.  
Protected Internal MethodFillFilterMenuOptionsFills the inputted list with options for the FilterMenu control.  
Protected MethodFinishedLoadingPersistenceAllows an object to perform an operation, after it's been loaded. (Inherited from Infragistics.Controls.Grids.ColumnBase)
Protected Internal MethodGenerateCellBased on the type of row that is passed in, this method generates a new CellBase object.  
Protected Internal MethodGenerateContentProviderGenerates a new Infragistics.Controls.Grids.Primitives.ColumnContentProviderBase that will be used to generate conent for Cell objects for this Column.  
Protected MethodGenerateDataCellReturns a new instance of a Cell  
Protected Internal MethodGenerateFilterSelectionControlReturns a new instance of the Infragistics.Controls.Grids.Primitives.SelectionControl which will be used by the FilterMenu.  
Protected MethodGenerateFooterCellReturns a new instance of a Infragistics.Controls.Grids.Primitives.FooterCell  
Protected MethodGenerateHeaderCellReturns a new instance of a Infragistics.Controls.Grids.Primitives.HeaderCell  
Protected Internal MethodInvalidateVisibilityChanges the visibility of all subcolumns.  
Protected MethodOnColumnLayoutChangedOverridden. Raised when the a ColumnLayout is assigned or removed from this ColumnBase  
Protected MethodOnDataTypeChangedOverridden. Raised when the DataType of the ColumnBase is changed.  
Protected MethodOnPropertyChangedOverloaded. Invoked whenever the effective value of any dependency property on this System.Windows.DependencyObject has been updated. The specific dependency property that changed is reported in the event data. (Inherited from Infragistics.DependencyObjectNotifier)
Protected Internal MethodOnShowAvailableColumnFilterOperandsRaises the XamGrid event notifying that the filter populating event is being fired.  
Protected Internal MethodOnStyleChangedRaised when any of the Style properties of the ColumnBase have changed. (Inherited from Infragistics.Controls.Grids.ColumnBase)
Protected MethodOnVisibilityChangedOverridden. Raised when the Visiblity of a ColumnBase has changed.  
Protected MethodRaisePropertyChangedEvent (Inherited from Infragistics.DependencyObjectNotifier)
Protected Internal MethodResolveChildColumnsIf a Column owns child Columns, return the collection of Columns.  
Protected Internal MethodResolveValueOverloaded. If the ColumnBase.DataType is available, uses Convert to cast the inputted value. (Inherited from Infragistics.Controls.Grids.ColumnBase)
Protected Internal MethodSetSelectedSets the selected state of an item.  
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 MethodValidateGroupByComparerUsed to validate the GroupByComparer can be used on this Column.  
Protected MethodValidateSortComparerUsed to validate the SortComparer can be used on this Column.  
See Also