Name | Description | |
---|---|---|
![]() ![]() | EditedValueChangedEvent | |
![]() ![]() | NDataCellEditorSchema | Schema associated with NDataCellEditor. |
The following tables list the members exposed by NDataCellEditor.
Name | Description | |
---|---|---|
![]() ![]() | EditedValueChangedEvent | |
![]() ![]() | NDataCellEditorSchema | Schema associated with NDataCellEditor. |
Name | Description | |
---|---|---|
![]() | OwnerColumn | Gets the column to which the editor belongs |
![]() | OwnerDataCell | Gets the data cell to which this editor belongs |
![]() | OwnerRow | Gets the column to which the editor belongs |
Name | Description | |
---|---|---|
![]() | BeginEditing | Called to nofity the editor that editing must begin. |
![]() | CanCopy | Determines whether the this cell can copy its content on the clipboard. |
![]() | CanCut | Determines whether the this cell can cut its content on the clipboard. |
![]() | CanEndEditing | Determines whether the editor can currently end editing |
![]() | CanPaste | Determines whether the this cell can accept pasted content from the clipboard. |
![]() | Copy | Copies the content of the specified data cell on the clipboard. |
![]() | Cut | Cuts the content of the specified data cell on the clipboard. |
![]() | EndEditing | Called to nofity the editor that editing must end. |
![]() | GetEditedValue | Gets the current value that is edited by the editor. |
![]() | Paste | Pastes the content from the clipboard inside the this cell. |
![]() | SetEditedValue | Sets the value to be edited by the editor |
Name | Description | |
---|---|---|
![]() | GetEditedValueCore | |
![]() | NotifyEditedValueChanged | Raises the EditedValueChanged event |
![]() | SetEditedValueCore |
Name | Description | |
---|---|---|
![]() | EditedValueChanged | Occurs on the completion of each iteration of a force directed layout. |