Version

TextColumn Class Methods

For a list of all members of this type, see TextColumn 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 MethodFillAvailableFiltersOverridden. Fills 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. (Inherited from Infragistics.Controls.Grids.Column)
Protected Internal MethodFillFilterMenuOptionsOverridden. Fills 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. (Inherited from Infragistics.Controls.Grids.Column)
Protected Internal MethodGenerateContentProviderOverridden. Generates a new Infragistics.Controls.Grids.Primitives.TextColumnContentProvider that will be used to generate conent for Cell objects for this Column.  
Protected MethodGenerateDataCellReturns a new instance of a Cell (Inherited from Infragistics.Controls.Grids.Column)
Protected Internal MethodGenerateFilterSelectionControlReturns a new instance of the Infragistics.Controls.Grids.Primitives.SelectionControl which will be used by the FilterMenu. (Inherited from Infragistics.Controls.Grids.Column)
Protected MethodGenerateFooterCellReturns a new instance of a Infragistics.Controls.Grids.Primitives.FooterCell (Inherited from Infragistics.Controls.Grids.Column)
Protected MethodGenerateHeaderCellReturns a new instance of a Infragistics.Controls.Grids.Primitives.HeaderCell (Inherited from Infragistics.Controls.Grids.Column)
Protected Internal MethodInvalidateVisibilityChanges the visibility of all subcolumns. (Inherited from Infragistics.Controls.Grids.Column)
Protected MethodOnColumnLayoutChangedRaised when the a ColumnLayout is assigned or removed from this ColumnBase (Inherited from Infragistics.Controls.Grids.Column)
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. (Inherited from Infragistics.Controls.Grids.Column)
Protected Internal MethodOnStyleChangedRaised when any of the Style properties of the ColumnBase have changed. (Inherited from Infragistics.Controls.Grids.ColumnBase)
Protected MethodOnVisibilityChangedRaised when the Visiblity of a ColumnBase has changed. (Inherited from Infragistics.Controls.Grids.Column)
Protected MethodRaisePropertyChangedEvent (Inherited from Infragistics.DependencyObjectNotifier)
Protected Internal MethodResolveChildColumnsIf a Column owns child Columns, return the collection of Columns. (Inherited from Infragistics.Controls.Grids.Column)
Protected Internal MethodResolveValueOverloaded. If the 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. (Inherited from Infragistics.Controls.Grids.Column)
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. (Inherited from Infragistics.Controls.Grids.Column)
Protected MethodValidateSortComparerUsed to validate the SortComparer can be used on this Column. (Inherited from Infragistics.Controls.Grids.Column)
See Also