For a list of all members of this type, see TextColumn 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) | |
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 | |
---|---|---|
FillAvailableFilters | Overridden. Fills the FilterOperandCollection with the operands that the column expects as filter values. | |
FillAvailableSummaries | Fills the Infragistics.SummaryOperandCollection with the operands that the column expects as summary values. (Inherited from Infragistics.Controls.Grids.Column) | |
FillFilterMenuOptions | Overridden. Fills the inputted list with options for the FilterMenu control. | |
FinishedLoadingPersistence | Allows an object to perform an operation, after it's been loaded. (Inherited from Infragistics.Controls.Grids.ColumnBase) | |
GenerateCell | Based on the type of row that is passed in, this method generates a new CellBase object. (Inherited from Infragistics.Controls.Grids.Column) | |
GenerateContentProvider | Overridden. Generates a new Infragistics.Controls.Grids.Primitives.TextColumnContentProvider that will be used to generate conent for Cell objects for this Column. | |
GenerateDataCell | Returns a new instance of a Cell (Inherited from Infragistics.Controls.Grids.Column) | |
GenerateFilterSelectionControl | Returns a new instance of the Infragistics.Controls.Grids.Primitives.SelectionControl which will be used by the FilterMenu. (Inherited from Infragistics.Controls.Grids.Column) | |
GenerateFooterCell | Returns a new instance of a Infragistics.Controls.Grids.Primitives.FooterCell (Inherited from Infragistics.Controls.Grids.Column) | |
GenerateHeaderCell | Returns a new instance of a Infragistics.Controls.Grids.Primitives.HeaderCell (Inherited from Infragistics.Controls.Grids.Column) | |
InvalidateVisibility | Changes the visibility of all subcolumns. (Inherited from Infragistics.Controls.Grids.Column) | |
OnColumnLayoutChanged | Raised when the a ColumnLayout is assigned or removed from this ColumnBase (Inherited from Infragistics.Controls.Grids.Column) | |
OnDataTypeChanged | Overridden. Raised when the DataType of the ColumnBase is changed. | |
OnPropertyChanged | Overloaded. 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) | |
OnShowAvailableColumnFilterOperands | Raises the XamGrid event notifying that the filter populating event is being fired. (Inherited from Infragistics.Controls.Grids.Column) | |
OnStyleChanged | Raised when any of the Style properties of the ColumnBase have changed. (Inherited from Infragistics.Controls.Grids.ColumnBase) | |
OnVisibilityChanged | Raised when the Visiblity of a ColumnBase has changed. (Inherited from Infragistics.Controls.Grids.Column) | |
RaisePropertyChangedEvent | (Inherited from Infragistics.DependencyObjectNotifier) | |
ResolveChildColumns | If a Column owns child Columns, return the collection of Columns. (Inherited from Infragistics.Controls.Grids.Column) | |
ResolveValue | Overloaded. If the DataType is available, uses Convert to cast the inputted value. (Inherited from Infragistics.Controls.Grids.ColumnBase) | |
SetSelected | Sets the selected state of an item. (Inherited from Infragistics.Controls.Grids.Column) | |
ShouldSerializeProperty | Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. (Inherited from System.Windows.DependencyObject) | |
ValidateGroupByComparer | Used to validate the GroupByComparer can be used on this Column. (Inherited from Infragistics.Controls.Grids.Column) | |
ValidateSortComparer | Used to validate the SortComparer can be used on this Column. (Inherited from Infragistics.Controls.Grids.Column) |