The following tables list the members exposed by Column.
Name | Description | |
---|---|---|
ActualWidth | Gets the Actual width of the column. | |
AddNewRowCellStyle | Gets / sets the System.Windows.Style which will be applied to the Cell on the Infragistics.Controls.Grids.Primitives.AddNewRow. | |
AddNewRowEditorTemplate | Gets / sets the Editor that will be displayed when this Infragistics.Controls.Grids.Primitives.AddNewRowCell in this EditableColumn is in edit mode. | |
AddNewRowEditorTemplateHorizontalContentAlignment | Gets / sets the System.Windows.HorizontalAlignment which will be assigned to the content of the AddNewRowEditorTemplate. | |
AddNewRowEditorTemplateVerticalContentAlignment | Gets / sets the System.Windows.VerticalAlignment which will be assigned to the content of the AddNewRowEditorTemplate. | |
AddNewRowItemTemplate | Gets / sets the System.Windows.DataTemplate that will be used to generate content for the CellBase of the EditableColumn in the Infragistics.Controls.Grids.Primitives.AddNewRowCell. | |
AddNewRowItemTemplateHorizontalContentAlignment | Gets / sets the System.Windows.HorizontalAlignment which will be assigned to the content of the AddNewRowItemTemplate. | |
AddNewRowItemTemplateVerticalContentAlignment | Gets / sets the System.Windows.VerticalAlignment which will be assigned to the content of the AddNewRowItemTemplate. | |
AllColumns | Gets a ReadOnly collection of all Column objects that belong to a particular Column. | |
AllowCaseSensitiveSort | Gets/sets if a column should be sorted case sensitive. This is only used for string columns. | |
AllowToolTips | Gets/Sets when a System.Windows.Controls.ToolTip should be displayed for every Cell in this Column | |
AllVisibleChildColumns | Gets a ReadOnly collection of all visible Column objects that have no children columns. | |
CellStyle | Gets/Sets the System.Windows.Style that will be used for all CellControl objects on this ColumnBase. (Inherited from Infragistics.Controls.Grids.ColumnBase) | |
CellStyleResolved | Resolves the actual Style that will be applied to the CellControl (Inherited from Infragistics.Controls.Grids.ColumnBase) | |
ColumnLayout | Gets the ColumnBase.ColumnLayout thats owns this ColumnBase (Inherited from Infragistics.Controls.Grids.ColumnBase) | |
ConditionalFormatCollection | Get / set the ConditionalFormatCollection which contains the formatting rules to be applied to this Column. | |
DataType | The DataType that the column's data is derived from. (Inherited from Infragistics.Controls.Grids.ColumnBase) | |
DependencyObjectType | Gets the System.Windows.DependencyObjectType that wraps the CLR type of this instance. (Inherited from System.Windows.DependencyObject) | |
Dispatcher | Gets the System.Windows.Threading.Dispatcher this System.Windows.Threading.DispatcherObject is associated with. (Inherited from System.Windows.Threading.DispatcherObject) | |
DisplayNameResolved | Gets a string that represents the Column, if the HeaderText property isn't used, it fallsback to the Column's Key. (Inherited from Infragistics.Controls.Grids.ColumnBase) | |
FilterColumnSettings | Gets / Sets the FilterColumnSettings which will control behavior for this Column. | |
FirstSortDirection | Gets/Sets DefaultSort for a particular Column | |
FirstSortDirectionResolved | Resolves the SortingSettingsOverride.FirstSortDirection property for a particular Column | |
FixedIndicatorDirection | Gets/Sets what side of the XamGrid should be locked to if the IsFixed property is set to true. | |
FixedIndicatorDirectionResolved | Resolves the actual FixedIndicatorDirection of the Column | |
FooterStyle | Gets/Sets the System.Windows.Style that will be used for all Infragistics.Controls.Grids.Primitives.FooterCellControl objects on this ColumnBase. (Inherited from Infragistics.Controls.Grids.ColumnBase) | |
FooterStyleResolved | Resolves the actual Style that will be applied to the Infragistics.Controls.Grids.Primitives.FooterCellControl (Inherited from Infragistics.Controls.Grids.ColumnBase) | |
FooterTemplate | Gets/Sets the System.Windows.DataTemplate used to define the Content of the Footer of the Column. | |
FooterText | Gets/Sets the text that will be displayed in the Footer. | |
GroupByComparer | Gets/sets a custom System.Collections.IEqualityComparer template object which will be used when grouping data. | |
GroupByHeaderStyle | Gets / sets the System.Windows.Style which will be applied to the Cell on the Infragistics.Controls.Grids.Primitives.GroupByRow. | |
GroupByItemTemplate | Gets/Sets the System.Windows.DataTemplate that will be used in a Infragistics.Controls.Grids.Primitives.GroupByCell when a column is grouped. | |
GroupByRowStyle | Gets / sets the System.Windows.Style which will be applied to the Cell on the Infragistics.Controls.Grids.Primitives.GroupByRow. | |
HeaderStyle | Gets/Sets the System.Windows.Style that will be used for all Infragistics.Controls.Grids.Primitives.HeaderCellControl objects on this ColumnBase. (Inherited from Infragistics.Controls.Grids.ColumnBase) | |
HeaderStyleResolved | Resolves the actual Style that will be applied to the Infragistics.Controls.Grids.Primitives.HeaderCellControl (Inherited from Infragistics.Controls.Grids.ColumnBase) | |
HeaderTemplate | Gets/Sets the System.Windows.DataTemplate used to define the Content of the Header of the ColumnBase. (Inherited from Infragistics.Controls.Grids.ColumnBase) | |
HeaderText | Gets/Sets the text that will be displayed in the Header. (Inherited from Infragistics.Controls.Grids.ColumnBase) | |
HeaderTextHorizontalAlignment | Gets/sets the System.Windows.HorizontalAlignment of the content for this Column. | |
HeaderTextHorizontalAlignmentResolved | Gets the actual System.Windows.HorizontalAlignment of the content for this Column. | |
HeaderTextVerticalAlignment | Gets/sets the System.Windows.VerticalAlignment of the content for this Column. | |
HeaderTextVerticalAlignmentResolved | Gets the actual System.Windows.VerticalAlignment of the content for this Column. | |
HorizontalContentAlignment | Gets/Sets the System.Windows.HorizontalAlignment of the content of all cells in this Column | |
IsAutoGenerated | Gets whether or not the ColumnBase was predefined, or generated by the XamGrid based on the underlying data. (Inherited from Infragistics.Controls.Grids.ColumnBase) | |
IsFilterable | Gets/sets if a column can be filtered via the UI. | |
IsFixable | Gets/Sets if a Column can be fixed. | |
IsFixed | Gets/Sets if a Column should be unpinned or pinned to the Left or Right side of the XamGrid. | |
IsGroupable | Gets/sets whether a user can group their data by this Column | |
IsGroupBy | Gets/Sets whether the data that this Column represents should be grouped by this column. | |
IsHideable | Gets/sets whether a ColumnBase can be hidden via the UI. (Inherited from Infragistics.Controls.Grids.ColumnBase) | |
IsMovable | Gets/Sets if a Column can be moved via the UI. | |
IsResizable | Gets/Sets if a Column can be resized via the UI. | |
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from System.Windows.DependencyObject) | |
IsSelected | Gets/Sets whether an item is currently selected. | |
IsSortable | Gets/Sets if a Column can be sorted. | |
IsSorted | Gets / sets how the data in this column are sorted. | |
IsSummable | Gets / sets if the column will show the UI for SummaryRow. | |
Key | Gets/sets a string that identifies the ColumnBase. (Inherited from Infragistics.Controls.Grids.ColumnBase) | |
MaximumWidth | Gets/sets the maximum width the column is allowed to be. | |
MergeCellStyle | Gets / sets the System.Windows.Style which will be applied to the Cell for a merge cell. | |
MergedItemTemplate | Gets/Sets the System.Windows.DataTemplate that will be used in a Infragistics.Controls.Grids.Primitives.MergedContentControl when a column is merged. | |
MinimumWidth | Gets/sets the minimum width the column is allowed to be. | |
SortComparer | Gets/sets a custom IComparer template object which will be used when sorting data. | |
SummaryColumnSettings | Gets / Sets the SummaryColumnSettings which will control behavior for this Column. | |
Tag | Allows additional information to be stored for a ColumnBase (Inherited from Infragistics.Controls.Grids.ColumnBase) | |
ToolTipContentTemplate | Gets/Sets the System.Windows.DataTemplate that should be used to display the content of a Column's tooltip. | |
ToolTipStyle | Gets/Sets the System.Windows.Style of the System.Windows.Controls.ToolTip object that is displayed for this particular Column | |
ValueConverter | Gets/sets the System.Windows.Data.IValueConverter that will be used to display the value in the column. | |
ValueConverterParameter | Gets/sets the parameter that will be used with the ValueConverter property. | |
VerticalContentAlignment | Gets/Sets the System.Windows.VerticalAlignment of the content of all cells in this Column | |
Visibility | Gets/Sets the Visibility of the ColumnBase (Inherited from Infragistics.Controls.Grids.ColumnBase) | |
Width | Gets/sets the ColumnWidth of the ColumnBase | |
WidthResolved | Resolves the ColumnWidth that is being applied to this Column |
Name | Description | |
---|---|---|
AllowCellEditorValueChangedFiltering | Gets a value indicating whether filtering will be immediately applied after the value of the cell editor is changed. | |
CanBeFiltered | Determines if a Column can be Filtered. | |
CanBeGroupedBy | Determines if a Column can be grouped by. | |
CanBeSorted | Determines if a Column can be Sorted. | |
DataField | Gets/Sets the ColumnBase.DataField associated with this particular ColumnBase (Inherited from Infragistics.Controls.Grids.ColumnBase) | |
DefaultFilterOperand | The default FilterOperand for this column type; | |
FilterMenuCustomFilterString | Gets the default string for the FilterMenu for the CustomFilter text | |
FormatStringResolved | A format string for formatting data in this column. | |
IsEditable | Resolves whether this Column supports editing. | |
ParentColumn | Gets/Sets the Column that owns this particular column. | |
PriorityProperties | Gets a List of properties that should be applied, before even trying to look at any other property on the object. (Inherited from Infragistics.Controls.Grids.ColumnBase) | |
PropertiesToIgnore | Overridden. Gets a List of properties that shouldn't be saved when the PersistenceManager goes to save them. | |
RequiresBoundDataKey | Gets whether an exception should be thrown if the key associated with the ColumnBase doesn't correspond with a property in the data that this object represents. (Inherited from Infragistics.Controls.Grids.ColumnBase) | |
ResetCellValueObjectAfterEditing | Gets if the Column should reset the CellValueObject when exiting edit mode. | |
ResizeColumnResolved | Resolves the Column that should be resized when dragging the right edge of this Column. | |
SupportsActivationAndSelection | Determines if a Cell in this particular Column can be Selected or Activated. | |
SupportsHeaderFooterContent | Gets whether a Infragistics.Controls.Grids.Primitives.HeaderCell or Infragistics.Controls.Grids.Primitives.FooterCell are allowed to display content that's not directly set on them, such as the XamGrid.ColumnsHeaderTemplate property. | |
TopParentColumn | Gets the Column that is the top parent this particular column, if any. | |
UniqueColumnContent | Resolves whether Cell objects can be recycled and shared amongst columns of the same type. | |
UseReadOnlyFlag | Determines if the Column should use the ReadOnly flag on a property, to determine if it can enter edit mode. |
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 | 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. | |
FillFilterMenuOptions | 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. | |
GenerateContentProvider | Generates a new Infragistics.Controls.Grids.Primitives.ColumnContentProviderBase that will be used to generate conent for Cell objects for this Column. | |
GenerateDataCell | Returns a new instance of a Cell | |
GenerateFilterSelectionControl | Returns a new instance of the Infragistics.Controls.Grids.Primitives.SelectionControl which will be used by the FilterMenu. | |
GenerateFooterCell | Returns a new instance of a Infragistics.Controls.Grids.Primitives.FooterCell | |
GenerateHeaderCell | Returns a new instance of a Infragistics.Controls.Grids.Primitives.HeaderCell | |
InvalidateVisibility | Changes the visibility of all subcolumns. | |
OnColumnLayoutChanged | Overridden. Raised when the a ColumnLayout is assigned or removed from this ColumnBase | |
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. | |
OnStyleChanged | Raised when any of the Style properties of the ColumnBase have changed. (Inherited from Infragistics.Controls.Grids.ColumnBase) | |
OnVisibilityChanged | Overridden. Raised when the Visiblity of a ColumnBase has changed. | |
RaisePropertyChangedEvent | (Inherited from Infragistics.DependencyObjectNotifier) | |
ResolveChildColumns | If a Column owns child Columns, return the collection of Columns. | |
ResolveValue | Overloaded. If the ColumnBase.DataType is available, uses Convert to cast the inputted value. (Inherited from Infragistics.Controls.Grids.ColumnBase) | |
SetSelected | Sets the selected state of an item. | |
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. | |
ValidateSortComparer | Used to validate the SortComparer can be used on this Column. |
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from Infragistics.DependencyObjectNotifier) |