NTextValueColumnFormat<TValueFormatter> Class Methods
In This Topic
For a list of all members of this type, see NTextValueColumnFormat<TValueFormatter> members.
Public Methods
| | Name | Description |
 | CanCopy | Overridden. Determines whether the specified cell can copy its content on the clipboard. |
 | Copy | Overridden. Copies the content of the specified data cell on the clipboard. |
 | FormatDefaultCell | Overridden. Overriden to create a NTextCellView with default value. |
Top
Protected Methods
| | Name | Description |
 | CreateCellView | Overridden. Overriden to create a NTextCellView that contains a formatted string representation of the specified value. |
 | CreateDefaultValueFormat | Must override to create the default value format. |
 | GetDefaultCellValue | Must override to return the default cell value, which is used for default row height measurement. |
Top
See Also