Version

RowEditing class Members

The following tables list the members exposed by RowEditing.

Public Constructors
 NameDescription
Public ConstructorRowEditing Constructor  
Public Properties
 NameDescription
Public PropertycellInEditModeReturns the cell that is currently in edit mode, if no cell is currently under edit, then null will be returned.  
Public PropertycolumnSettingFromKeyGets the column summary setting object that is tied to the column with the specified column key. The editing column setting tied to the specified column key  
Public PropertycolumnSettingsReturns column settings.  
Public PropertyeditModeActionsReturns/sets the actions that will cause the grid to enter edit mode.  
Public PropertyelementReturns the element assoicated with the item.  
Public Propertyevents  
Public Propertyid  
Public PropertyisInEditModeGets a value that indicates whether the cell is in edit mode.  
Public PropertyisInitialized  
Public PropertyisUpdating  
Public PropertynameGets the name of the behavior.  
Public Methods
 NameDescription
Public MethodbeginUpdate  
Public MethoddisposeFor internal use.  
Public MethodendUpdate  
Public MethodenterEditModeCauses the grid to enter row-edit mode.  
Public MethodexitEditModeCauses the grid to exit edit mode.  
Public MethodgetEditingOnGets flag which represents current editing behavior in progress with option to exit edit mode.  
Public Methodinitialize  
Public MethodraisePropertyChanged  
Public Methodupdated  
Public Events
 NameDescription
Public Eventdisposing  
Public EventpropertyChanged  
See Also