Name | Description | |
---|---|---|
NDataCell Constructor | Overloaded. |
The following tables list the members exposed by NDataCell.
Name | Description | |
---|---|---|
NDataCell Constructor | Overloaded. |
Name | Description | |
---|---|---|
EditorChild | ||
IsEditingProperty | Reference to the IsEditing property | |
NDataCellSchema | Schema associated with NDataCell |
Name | Description | |
---|---|---|
Editor | Gets or sets the editor of the data cell. | |
IsEditing | Gets whether the cell is currently being edited. | |
OwnerColumn | Gets the column for which this data cell was created. | |
RowIndex | Gets the index of the row inside the data source. |
Name | Description | |
---|---|---|
BeginEdit | Begins the editing of the cell. Returns true if after the call the cell is in edit mode. | |
CancelEdit | Cancels the editing of the cell | |
CanCopy | Overridden. Determines whether the this cell can copy its content on the clipboard. | |
CanCut | Overridden. Determines whether the this cell can cut its content on the clipboard. | |
CanPaste | Overridden. Determines whether the this cell can accept pasted content from the clipboard. | |
CommitEdit | Commits the editing of the cell. | |
Copy | Overridden. Copies the content of the specified data cell on the clipboard. | |
Cut | Overridden. Cuts the content of the specified data cell on the clipboard. | |
GetColumnFormat | Gets the column format associated with this | |
GetValue | Overloaded. Gets the value of the cell. | |
Paste | Overridden. Pastes the content from the clipboard inside the this cell. | |
SetValue | Overloaded. Sets the value of the cell. |
Name | Description | |
---|---|---|
ArrangeContent | Overridden. Overriden to arrange the editor. | |
bbOI | ||
EbOI | ||
OnIsEditingChanged | Called when the IsEditing property has changed | |
OnPropertyValueChanged | Overridden. Called when the local and/or computed value of a property has changed. |