Version

PivotCellEditingEventArgs Class Properties

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

Public Properties
 NameDescription
Public PropertyCancelGets or sets a value indicating whether the event should be cancelled.  
Public PropertyCellGets the PivotCell that was clicked. (Inherited from Infragistics.Controls.Grids.PivotCellEditedEventArgs)
Public PropertyColumnIndexGets the index of the column. (Inherited from Infragistics.Controls.Grids.PivotCellEditedEventArgs)
Public PropertyCustomEditorGets the UI element which was provided by user as custom editor.  
Public PropertyEditedValueGets the edited value. (Inherited from Infragistics.Controls.Grids.PivotCellEditedEventArgs)
Public PropertyEditorGets the UI element responsible for editing.  
Public PropertyMeasureGets the measure. (Inherited from Infragistics.Controls.Grids.PivotCellEditedEventArgs)
Public PropertyRowIndexGets the index of the row. (Inherited from Infragistics.Controls.Grids.PivotCellEditedEventArgs)
See Also