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