NCreateCellViewEventArgs Class Members
In This Topic
The following tables list the members exposed by NCreateCellViewEventArgs.
Public Constructors
Public Properties
| Name | Description |
 | Cell | Gets the column cell for which a view is created. |
 | Column | Gets the column for which a data cell view is created. |
 | ColumnFormat | Gets the column format for which a data cell view for a data cell. |
 | DataCellView | Gets or sets the cell view that will be inserted in the data cell. Setting this property cancels the event (handles it) and stops the propagation. |
 | RowIndex | Gets the row index for which a view is created. |
 | RowValue | Gets the row value, which the data cell view must represent. |
Top
See Also