| Name | Description |
| AccessibilityObject | Returns the accessible object representing the cell. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridCell) |
| Activated | Indicates whether this is the active cell (Inherited from Infragistics.Win.UltraWinGrid.UltraGridCell) |
| Activation | Returns or sets a value that determines how an object will behave when it is activated. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridCell) |
| ActivationResolved | Returns the resolved activation of the cell, taking into account the setting on the Cell, Row, and Column. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridCell) |
| ActiveAppearance | Determines the formatting attributes that will be applied to the cell when it is the ActiveCell, or its row is the ActiveRow. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridCell) |
| Appearance | Returns or sets the Appearance object that controls the object's formatting. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridCell) |
| Band | Returns the band to which this cell belongs (Inherited from Infragistics.Win.UltraWinGrid.UltraGridCell) |
| ButtonAppearance | Determines the formatting attributes that will be applied to the buttons in this cell. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridCell) |
| CanEnterEditMode | Returns true if the cell can enter edit mode (Inherited from Infragistics.Win.UltraWinGrid.UltraGridCell) |
| CellDisplayStyle | Specifies what to display in cells associated with this column. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridCell) |
| Column | Returns the UltraGridColumn object associated with the cell. This property is not available at design-time. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridCell) |
| DataChanged | Returns a value that determines whether the data in a cell or row has been changed, but not committed to the data source. This property is read-only at run-time. This property is not available at design-time. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridCell) |
| Disposed | (Inherited from Infragistics.Shared.DisposableObject) |
| DroppedDown | Returns or sets a value that determines whether a cell's dropdown list is displayed. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridCell) |
| Editor | Use this property to set the editor that will be used for rendering and editing the cell. This property returns null if it wasn't set to an editor before. By default, UltraGridColumn.Editor property off the associated column is used for rendering and editing the cell. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridCell) |
| EditorComponent | Component that implements IProvidesEmbeddableEditor. Attempt to set a component that does not implement IProvidesEmbeddableEditor interface will cause an exception. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridCell) |
| EditorComponentResolved | Returns the resolved editor component. If the EditorComponent property is set on the cell then it returns the value of that property otherwise it returns the value of the EditorComponent property of the associated column. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridCell) |
| EditorResolved | Returns the editor used for rendering and editing the cell. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridCell) |
| FilterOperator | Gets/sets the value of the filter operator. |
| HasActiveAppearance | Returns true if the active appearance object has been allocated. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridCell) |
| HasAppearance | Returns true if the appearance object for Appearance property has been allocated. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridCell) |
| HasButtonAppearance | Returns true if the button appearance object has been allocated. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridCell) |
| HasSelectedAppearance | Returns true if the selected appearance object has been allocated. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridCell) |
| Height | HeaderBase.Height (Inherited from Infragistics.Win.UltraWinGrid.UltraGridCell) |
| Hidden | Overridden. Specifies whether the cell is hidden. |
| IgnoreRowColActivation | Specifies whether to ignore the activation settings of the row and column for this cell. Normally if the row or column's Activation is set to Disabled, then the cell uses that even if the cell's Activation is set to something else. Basically the cell ends up using most restrictive of the activation settings. Setting this property to true will cause the cell to use it's Activation settings and ignore the row's and column's activation settings. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridCell) |
| IsActiveCell | Property: Get IsActiveCell (Inherited from Infragistics.Win.UltraWinGrid.UltraGridCell) |
| IsDataCell | Returns true if the cell is associated with a cell in the data source. This property returns false for cells associated with unbound columns, filter rows, template add-rows, summary rows etc... (Inherited from Infragistics.Win.UltraWinGrid.UltraGridCell) |
| IsFilterRowCell | Indicates whether the cell is from a filter row. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridCell) |
| IsInEditMode | Returns a value that determines whether a cell in the grid is currently being edited. This property is read-only at run-time. This property is not available at design-time. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridCell) |
| IsTabStop | Whether this cell can be tabbed to (read-only). (Inherited from Infragistics.Win.UltraWinGrid.UltraGridCell) |
| OriginalValue | Returns the original value of the cell. This property is read-only at run-time. This property is not available at design-time. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridCell) |
| Row | Returns the UltraGridRow object associated with the cell. This property is not available at design time. This property is read-only at run time. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridCell) |
| Selected | Returns or sets a value that determines whether the cell is selected. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridCell) |
| SelectedAppearance | Determines the formatting attributes that will be applied to the cell when it's selected. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridCell) |
| SelLength | Returns or sets the number of characters selected in a cell being edited. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridCell) |
| SelStart | Returns or sets the starting point of text selected or the position of the insertion point if no text is selected in a cell being edited. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridCell) |
| SelText | Returns or sets the selected text of the cell being edited. Note: The cell must be in edit mode and the editor being used for the cell must support selectable text. Otherwise this property will throw a NotSupportedException. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridCell) |
| Style | Specifies the column style of the cell. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridCell) |
| StyleResolved | Returns the resolved style based on this value list settings of the cell and the column. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridCell) |
| TabStop | Returns or sets a value that determines whether the user can give focus to an object by pressing the TAB key. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridCell) |
| Tag | (Inherited from Infragistics.Shared.SubObjectBase) |
| Text | Returns the text of the cell. If the cell is in edit mode, it returns the text in the editor being used for editing the cell. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridCell) |
| ToolTipText | Specifies the text to display in the tooltip that's displayed when the user hovers mouse over the cell. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridCell) |
| Value | Overridden. Overridden. |
| ValueList | Gets or sets the cell specific value list. Default is to use the UltraGridColumn.ValueList off the associated column. If this property is not set to a value list, it returns null. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridCell) |
| ValueListResolved | Retruns the resolved value list. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridCell) |
| Width | Returns or sets the width of an object in container units. (Inherited from Infragistics.Win.UltraWinGrid.UltraGridCell) |