| Name | Description |
| AccessibilityObject | Returns the accessible object representing the cell. |
| Activated | Overridden. Indicates whether this is the active cell |
| Activation | Returns or sets a value that determines how an object will behave when it is activated. |
| ActivationResolved | Returns the resolved activation of the cell, taking into account the setting on the Cell, Row, and Column. |
| ActiveAppearance | Determines the formatting attributes that will be applied to the cell when it is the ActiveCell, or its row is the ActiveRow. |
| Appearance | Returns or sets the Appearance object that controls the object's formatting. |
| Band | Overridden. Returns the band to which this cell belongs |
| ButtonAppearance | Determines the formatting attributes that will be applied to the buttons in this cell. |
| CanEnterEditMode | Returns true if the cell can enter edit mode |
| CellDisplayStyle | Specifies what to display in cells associated with this column. |
| Column | Returns the UltraGridColumn object associated with the cell. This property is not available at design-time. |
| 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. |
| Disposed | (Inherited from Infragistics.Shared.DisposableObject) |
| DroppedDown | Returns or sets a value that determines whether a cell's dropdown list is displayed. |
| 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. |
| EditorComponent | Component that implements IProvidesEmbeddableEditor. Attempt to set a component that does not implement IProvidesEmbeddableEditor interface will cause an exception. |
| 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. |
| EditorResolved | Returns the editor used for rendering and editing the cell. |
| HasActiveAppearance | Returns true if the active appearance object has been allocated. |
| HasAppearance | Returns true if the appearance object for Appearance property has been allocated. |
| HasButtonAppearance | Returns true if the button appearance object has been allocated. |
| HasSelectedAppearance | Returns true if the selected appearance object has been allocated. |
| Height | HeaderBase.Height |
| Hidden | 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. |
| IsActiveCell | Property: Get IsActiveCell |
| 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... |
| IsFilterRowCell | Indicates whether the cell is from a filter row. |
| 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. |
| IsTabStop | Overridden. Whether this cell can be tabbed to (read-only). |
| OriginalValue | Returns the original value of the cell. This property is read-only at run-time. This property is not available at design-time. |
| 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. |
| Selected | Overridden. Returns or sets a value that determines whether the cell is selected. |
| SelectedAppearance | Determines the formatting attributes that will be applied to the cell when it's selected. |
| SelLength | Returns or sets the number of characters selected in a cell being edited. |
| 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. |
| 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. |
| Style | Specifies the column style of the cell. |
| StyleResolved | Returns the resolved style based on this value list settings of the cell and the column. |
| TabStop | Returns or sets a value that determines whether the user can give focus to an object by pressing the TAB key. |
| 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. |
| ToolTipText | Specifies the text to display in the tooltip that's displayed when the user hovers mouse over the cell. |
| Value | Returns or sets the underlying data value of a cell. This property is not available at design-time. |
| 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. |
| ValueListResolved | Retruns the resolved value list. |
| Width | Returns or sets the width of an object in container units. |