For a list of all members of this type, see TextColumn members.
Name | Description | |
---|---|---|
AllowCellEditorValueChangedFiltering | Gets a value indicating whether filtering will be immediately applied after the value of the cell editor is changed. (Inherited from Infragistics.Controls.Grids.Column) | |
CanBeFiltered | Determines if a Column can be Filtered. (Inherited from Infragistics.Controls.Grids.Column) | |
CanBeGroupedBy | Determines if a Column can be grouped by. (Inherited from Infragistics.Controls.Grids.Column) | |
CanBeSorted | Determines if a Column can be Sorted. (Inherited from Infragistics.Controls.Grids.Column) | |
DataField | Gets/Sets the DataField associated with this particular ColumnBase (Inherited from Infragistics.Controls.Grids.ColumnBase) | |
DefaultFilterOperand | Overridden. The default FilterOperand for this column type; | |
FilterMenuCustomFilterString | Overridden. Gets the default string for the FilterMenu for the CustomFilter text | |
FormatStringResolved | Overridden. A format string for formatting data in this column. | |
IsEditable | Resolves whether this Column supports editing. (Inherited from Infragistics.Controls.Grids.EditableColumn) | |
ParentColumn | Gets/Sets the Column that owns this particular column. (Inherited from Infragistics.Controls.Grids.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 | Gets a List of properties that shouldn't be saved when the PersistenceManager goes to save them. (Inherited from Infragistics.Controls.Grids.Column) | |
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) | |
RequiresFullRedrawOnEditorStyleUpdate | Gets / sets if whether the XamGrid.ResetPanelRows should be called to do a full redraw when the EditorStyle is changed. (Inherited from Infragistics.Controls.Grids.EditableColumn) | |
ResetCellValueObjectAfterEditing | Gets if the Column should reset the CellValueObject when exiting edit mode. (Inherited from Infragistics.Controls.Grids.Column) | |
ResizeColumnResolved | Resolves the Column that should be resized when dragging the right edge of this Column. (Inherited from Infragistics.Controls.Grids.Column) | |
SupportsActivationAndSelection | Determines if a Cell in this particular Column can be Selected or Activated. (Inherited from Infragistics.Controls.Grids.Column) | |
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. (Inherited from Infragistics.Controls.Grids.Column) | |
TopParentColumn | Gets the Column that is the top parent this particular column, if any. (Inherited from Infragistics.Controls.Grids.Column) | |
UniqueColumnContent | Resolves whether Cell objects can be recycled and shared amongst columns of the same type. (Inherited from Infragistics.Controls.Grids.Column) | |
UseReadOnlyFlag | Determines if the Column should use the ReadOnly flag on a property, to determine if it can enter edit mode. (Inherited from Infragistics.Controls.Grids.Column) |