DataGridViewEditingControlShowingEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for the EditingControlShowing event.
- C#
- VB.NET
public class DataGridViewEditingControlShowingEventArgs : DataGridViewCellEventArgs
Public Class DataGridViewEditingControlShowingEventArgs
Inherits DataGridViewCellEventArgs
Properties
CellStyle
DataGridViewCellStyle: Returns or sets the cell style of the edited cell.
Control
Control: The control shown to the user for editing the selected cell's value.
Used By
| Name | Description |
|---|---|
| DataGridViewEditingControlShowingEventHandler | Represents the method that will handle the EditingControlShowing event of a DataGridView. |