Version

PivotGridCell Class Properties

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

Public Properties
 NameDescription
Public PropertyAppearanceReturns an object which exposes an Appearance object for each possible state supported by a cell.  
Public PropertyClickActionReturns or sets a value which determines the action that is taken when this cell is clicked or tapped.  
Public PropertyColumnReturns the PivotGridColumn associated with this cell.  
Public PropertyDataTypeReturns the data type of this cell.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyFormattedValueReturns the string representation of this cell's Value, as formatted by the OLAP data source.  
Public PropertyFormattedValueResolvedReturns the string representation of this cell's value exactly as it is displayed within the cell.  
Public PropertyIndexReturns the odinal position of this cell within the collection to which it belongs.  
Public PropertyIsEmptyReturns a boolean value indicating whether this cell is empty.  
Public PropertyPivotGridReturns a reference to the UltraPivotGrid associated with this cell.  
Public PropertyRowReturns the PivotGridRow associated with this cell.  
Public PropertyStateReturns a flagged value which describes the current state of this cell.  
Public PropertyTag (Inherited from Infragistics.Shared.SubObjectBase)
Public PropertyTextReturns the string representation of this cell's value.  
Public PropertyValueReturns the value of this cell.  
Protected Properties
 NameDescription
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
See Also