Version

UltraGridCell Class Members

The following tables list the members exposed by UltraGridCell.

Protected Fields
 NameDescription
Protected FieldselectedValueThe internal selectedValue state of the item. (Inherited from Infragistics.Win.UltraWinGrid.GridItemBase)
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
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)
Public Methods
 NameDescription
Public MethodActivateActivates cell.  
Public MethodCancelUpdateCancels the update of the row or cell when data has been changed (similar to pressing ESC).  
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDispose (Inherited from Infragistics.Shared.DisposableObject)
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodGetMergedCellsReturns the cells that are merged with this cell, excluding this cell. If this cell is not merged with any other cell then returns null.  
Public MethodGetTextReturns the text for the object using the specified mask mode  
Public MethodGetUIElementOverloaded. Overridden. Returns the UIElement object that is associated with an object.  
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodIsMergedWithReturns true if this cell is merged with the specified cell. If the specified cell is the same as this cell then returns true even if this cell is not merged with any other cell.  
Public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodRefreshRefreshes the row cache or the display, depending on the value of the Action parameter.  
Public MethodResolveAppearanceOverloaded. Returns an Appearance object with its properties set to the actual values that will be used to display the object.  
Public MethodSelectAllSelects all of the text in the cell. If the cell does not contain text then this method does nothing.  
Public MethodSetValueOverloaded. Sets the value of this cell, optionally storing the old value into the undo stack so the user can revert back to the old value via undo operation.  
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodVerifyNotDisposed (Inherited from Infragistics.Shared.DisposableObject)
Protected Methods
 NameDescription
Protected MethodDeserializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodInitializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnDisposeOverridden. Called when the object is disposed of.  
Protected MethodOnObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnSubObjectPropChangedOverridden. Called when another sub object that we are listening to notifies us that one of its properties has changed.  
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also