DataGridViewElement Clase
Definición
Proporciona la clase base de los elementos de un control DataGridView.Provides the base class for elements of a DataGridView control.
public ref class DataGridViewElement
public class DataGridViewElement
type DataGridViewElement = class
Public Class DataGridViewElement
- Herencia
-
DataGridViewElement
- Derivado
Comentarios
El .NET Framework proporciona dos clases especializadas que derivan de DataGridViewElement : DataGridViewCell , que representa elementos individuales, y DataGridViewBand , que representa una serie de subelementos agrupados.The .NET Framework supplies two specialized classes that derive from DataGridViewElement: DataGridViewCell, which represents individual elements, and DataGridViewBand, which represents a series of grouped subelements.
Constructores
DataGridViewElement() |
Inicializa una nueva instancia de la clase DataGridViewElement.Initializes a new instance of the DataGridViewElement class. |
Propiedades
DataGridView |
Obtiene el control DataGridView asociado a este elemento.Gets the DataGridView control associated with this element. |
State |
Obtiene el estado de la interfaz de usuario del elemento.Gets the user interface (UI) state of the element. |
Métodos
Equals(Object) |
Determina si el objeto especificado es igual que el objeto actual.Determines whether the specified object is equal to the current object. (Heredado de Object) |
GetHashCode() |
Sirve como la función hash predeterminada.Serves as the default hash function. (Heredado de Object) |
GetType() |
Obtiene el Type de la instancia actual.Gets the Type of the current instance. (Heredado de Object) |
MemberwiseClone() |
Crea una copia superficial del Object actual.Creates a shallow copy of the current Object. (Heredado de Object) |
OnDataGridViewChanged() |
Se llama cuando el elemento está asociado con un control DataGridView distinto.Called when the element is associated with a different DataGridView. |
RaiseCellClick(DataGridViewCellEventArgs) | |
RaiseCellContentClick(DataGridViewCellEventArgs) |
Genera el evento CellContentClick.Raises the CellContentClick event. |
RaiseCellContentDoubleClick(DataGridViewCellEventArgs) |
Genera el evento CellContentDoubleClick.Raises the CellContentDoubleClick event. |
RaiseCellValueChanged(DataGridViewCellEventArgs) |
Genera el evento CellValueChanged.Raises the CellValueChanged event. |
RaiseDataError(DataGridViewDataErrorEventArgs) | |
RaiseMouseWheel(MouseEventArgs) |
Genera el evento MouseWheel.Raises the MouseWheel event. |
ToString() |
Devuelve una cadena que representa el objeto actual.Returns a string that represents the current object. (Heredado de Object) |