GridDataCellEventArgs Class

Provides argument data for events related to the data cells of the DataGrid control.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public class GridDataCellEventArgs : EventArgs
Inheritance
Object    EventArgs    GridDataCellEventArgs

Constructors

GridDataCellEventArgs Constructor class.

Properties

Column Gets the column containing the cell that raised the event
RowColumnIndex Gets the coordinates of the cell that triggered the event
RowData Gets the data item of the row corresponding to the cell that raised the event.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also