Nevron.Nov.Grid Namespace / NDataCellEditor Class
Fields Properties Methods Events


In This Topic
    NDataCellEditor Class Members
    In This Topic

    The following tables list the members exposed by NDataCellEditor.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NDataCellEditor.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the column to which the editor belongs  
    Public PropertyGets the data cell to which this editor belongs  
    Public PropertyGets the column to which the editor belongs  
    Top
    Protected Properties
     NameDescription
    Internal Property  
    Top
    Public Methods
     NameDescription
    Public MethodCalled to nofity the editor that editing must begin.  
    Public MethodDetermines whether the this cell can copy its content on the clipboard.  
    Public MethodDetermines whether the this cell can cut its content on the clipboard.  
    Public MethodDetermines whether the editor can currently end editing  
    Public MethodDetermines whether the this cell can accept pasted content from the clipboard.  
    Public MethodCopies the content of the specified data cell on the clipboard.  
    Public MethodCuts the content of the specified data cell on the clipboard.  
    Public MethodCalled to nofity the editor that editing must end.  
    Public MethodGets the current value that is edited by the editor.  
    Public MethodPastes the content from the clipboard inside the this cell.  
    Public MethodSets the value to be edited by the editor  
    Top
    Protected Methods
     NameDescription
    Protected Method  
    Protected MethodRaises the EditedValueChanged event  
    Protected Method  
    Top
    Public Events
     NameDescription
    Public EventOccurs on the completion of each iteration of a force directed layout.  
    Top
    See Also