Version

PivotGridCell Class Members

The following tables list the members exposed by PivotGridCell.

Protected Fields
 NameDescription
Protected FieldtagValue (Inherited from Infragistics.Shared.SubObjectBase)
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)
Public Methods
 NameDescription
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 MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodNotifyPropChangeOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodShouldSerializeTag (Inherited from Infragistics.Shared.SubObjectBase)
Public MethodToStringReturns the string representation of this object.  
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 MethodOnDispose (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodOnObjectPropChangedOverridden. OnObjectPropChanged  
Protected MethodOnSubObjectPropChangedOverridden. OnSubObjectPropChanged  
Protected MethodResetAppearanceRestores all property values of the object returned from the Appearance property to their respective defaults.  
Protected MethodResetClickActionRestores the value of the CellClickAction property to its default.  
Protected MethodResetTag (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodSerializeTagOverloaded.  (Inherited from Infragistics.Shared.SubObjectBase)
Protected MethodShouldSerializeClickActionReturns a boolean value indicating whether the CellClickAction property requires serialization.  
Public Events
 NameDescription
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
See Also