Version 24.2 (latest)

PivotGridEmptyCell Class Properties

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

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