Version

UltraGridCell Class Properties

For a list of all members of this type, see UltraGridCell members.

Public Properties
 NameDescription
Public PropertyAccessibilityObjectReturns the accessible object representing the cell.  
Public PropertyActivatedOverridden. Indicates whether this is the active cell  
Public PropertyActivationReturns or sets a value that determines how an object will behave when it is activated.  
Public PropertyActivationResolvedReturns the resolved activation of the cell, taking into account the setting on the Cell, Row, and Column.  
Public PropertyActiveAppearanceDetermines the formatting attributes that will be applied to the cell when it is the ActiveCell, or its row is the ActiveRow.  
Public PropertyAppearanceReturns or sets the Appearance object that controls the object's formatting.  
Public PropertyBandOverridden. Returns the band to which this cell belongs  
Public PropertyButtonAppearanceDetermines the formatting attributes that will be applied to the buttons in this cell.  
Public PropertyCanEnterEditModeReturns true if the cell can enter edit mode  
Public PropertyCellDisplayStyleSpecifies what to display in cells associated with this column.  
Public PropertyColumnReturns the UltraGridColumn object associated with the cell. This property is not available at design-time.  
Public PropertyDataChangedReturns 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.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyDroppedDownReturns or sets a value that determines whether a cell's dropdown list is displayed.  
Public PropertyEditorUse 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.  
Public PropertyEditorComponentComponent that implements IProvidesEmbeddableEditor. Attempt to set a component that does not implement IProvidesEmbeddableEditor interface will cause an exception.  
Public PropertyEditorComponentResolvedReturns 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.  
Public PropertyEditorResolvedReturns the editor used for rendering and editing the cell.  
Public PropertyHasActiveAppearanceReturns true if the active appearance object has been allocated.  
Public PropertyHasAppearanceReturns true if the appearance object for Appearance property has been allocated.  
Public PropertyHasButtonAppearanceReturns true if the button appearance object has been allocated.  
Public PropertyHasSelectedAppearanceReturns true if the selected appearance object has been allocated.  
Public PropertyHeightHeaderBase.Height  
Public PropertyHiddenSpecifies whether the cell is hidden.  
Public PropertyIgnoreRowColActivationSpecifies 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.  
Public PropertyIsActiveCellProperty: Get IsActiveCell  
Public PropertyIsDataCellReturns 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...  
Public PropertyIsFilterRowCellIndicates whether the cell is from a filter row.  
Public PropertyIsInEditModeReturns 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.  
Public PropertyIsTabStopOverridden. Whether this cell can be tabbed to (read-only).  
Public PropertyOriginalValueReturns the original value of the cell. This property is read-only at run-time. This property is not available at design-time.  
Public PropertyRowReturns the UltraGridRow object associated with the cell. This property is not available at design time. This property is read-only at run time.  
Public PropertySelectedOverridden. Returns or sets a value that determines whether the cell is selected.  
Public PropertySelectedAppearanceDetermines the formatting attributes that will be applied to the cell when it's selected.  
Public PropertySelLengthReturns or sets the number of characters selected in a cell being edited.  
Public PropertySelStartReturns 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.  
Public PropertySelTextReturns 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.  
Public PropertyStyleSpecifies the column style of the cell.  
Public PropertyStyleResolvedReturns the resolved style based on this value list settings of the cell and the column.  
Public PropertyTabStopReturns or sets a value that determines whether the user can give focus to an object by pressing the TAB key.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyTextReturns 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.  
Public PropertyToolTipTextSpecifies the text to display in the tooltip that's displayed when the user hovers mouse over the cell.  
Public PropertyValueReturns or sets the underlying data value of a cell. This property is not available at design-time.  
Public PropertyValueListGets 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.  
Public PropertyValueListResolvedRetruns the resolved value list.  
Public PropertyWidthReturns or sets the width of an object in container units.  
Protected Properties
 NameDescription
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
See Also