NCreateDataCellViewEventArgs Class Members
In This Topic
The following tables list the members exposed by NCreateDataCellViewEventArgs.
Public Constructors
Public Properties
| Name | Description |
| 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. |
| DataCell | Gets the data cell for which a view is created. |
| 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