CustomizeCellDisplayTextEventArgs Properties
Provides data for the DataGridView.CustomizeCellDisplayText event.| Name | Description |
|---|---|
| DisplayText | Gets or sets the cell display text. |
| Index | Gets the cell location in the grid. |
| Value | Gets the cell value. |
See Also