NevronOpenVision
Nevron.Nov.Grid Namespace / NDataCell Class
Fields Properties Methods Events


NDataCell Class Members

The following tables list the members exposed by NDataCell.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)  
Public Fieldstatic (Shared in Visual Basic)Reference to the IsEditing property  
Public Fieldstatic (Shared in Visual Basic)Schema associated with NDataCell  
Top
Protected Fields
 NameDescription
Internal Field  
Internal Field  
Top
Public Properties
 NameDescription
Public PropertyGets or sets the editor of the data cell.  
Public PropertyGets whether the cell is currently being edited.  
Public PropertyGets the column for which this data cell was created.  
Public PropertyGets the index of the row inside the data source.  
Top
Public Methods
 NameDescription
Public MethodBegins the editing of the cell. Returns true if after the call the cell is in edit mode.  
Public MethodCancels the editing of the cell  
Public MethodOverridden. Determines whether the this cell can copy its content on the clipboard.  
Public MethodOverridden. Determines whether the this cell can cut its content on the clipboard.  
Public MethodOverridden. Determines whether the this cell can accept pasted content from the clipboard.  
Public MethodCommits the editing of the cell.  
Public MethodOverridden. Copies the content of the specified data cell on the clipboard.  
Public MethodOverridden. Cuts the content of the specified data cell on the clipboard.  
Public MethodGets the column format associated with this  
Public MethodOverloaded. Gets the value of the cell.  
Public MethodOverridden. Pastes the content from the clipboard inside the this cell.  
Public MethodOverloaded. Sets the value of the cell.  
Top
Protected Methods
 NameDescription
Protected MethodOverridden. Overriden to arrange the editor.  
Internal Method  
Internal Method  
Protected MethodCalled when the IsEditing property has changed  
Protected MethodOverridden. Called when the local and/or computed value of a property has changed.  
Top
See Also