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


In This Topic
    NDataCell Class Members
    In This Topic

    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
    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 data column to which this data cell belongs.  
    Top
    Public Methods
     NameDescription
    Public MethodDetermines whether this data cell can begin editing in responce to the specified trigger and trigger param.  
    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 MethodDetermines whether this data cell can end editing in responce to the specified trigger and trigger param.  
    Public MethodOverridden. Determines whether the this cell can accept pasted content from the clipboard.  
    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 MethodOverridden. Pastes the content from the clipboard inside the this cell.  
    Public MethodOverloaded. Sets the value of the cell.  
    Public MethodBegings the editing of the cell. Returns true if after the call the cell is in edit mode.  
    Public MethodEnds the editing of the cell. If commitValue is true, the value is commited to the data cell.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Overriden to arrange the editor.  
    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