NevronOpenVision
Nevron.Nov.Grid Namespace / NGenericDataCellEditor<TValueEditor> Class


In This Topic
    NGenericDataCellEditor<TValueEditor> Class Methods
    In This Topic

    For a list of all members of this type, see NGenericDataCellEditor<TValueEditor> members.

    Public Methods
     NameDescription
    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 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 MethodOverloaded. Overridden.   
    Public MethodOverridden. Pastes the content from the clipboard inside the this cell.  
    Public MethodOverloaded. Overridden.   
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Overriden to arrange the editor and the buttons  
    Protected MethodOverridable which creates the buttons of the editor.  
    Protected MethodMust override to get a non-null value from the editor.  
    Protected MethodOverridden. Overriden to measure the editor and the buttons  
    Protected Method  
    Protected MethodMust override to set a non-null value to the editor.  
    Top
    See Also