Version

RowAdding class Members

The following tables list the members exposed by RowAdding.

Public Constructors
 NameDescription
Public ConstructorRowAdding Constructor  
Public Properties
 NameDescription
Public PropertyalignmentReturns the current Alignment of the add new row.  
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 the 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 PropertyrowReturns a reference to the add new row.  
Public Methods
 NameDescription
Public MethodbeginUpdate  
Public MethodclearAddNewRowThis method will clear the add row and reset default values from column settings if resetDefaults is true.  
Public MethoddisposeThis method is called by the framework, when the grid unloads. This is where the RowAdding behavior removes all the event handlers that it had attached.  
Public MethodendUpdate  
Public MethodenterEditModeCauses the grid to enter 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