Back to Devexpress

RowCellClickEventArgs Members

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-rowcellclickeventargs-dot-underscore-members.md

latest7.8 KB
Original Source

RowCellClickEventArgs Members

Provides data for the GridView.RowCellClick event.

Constructors

NameDescription
RowCellClickEventArgs(DXMouseEventArgs, Int32, GridColumn)Initializes a new instance of the RowCellClickEventArgs class with the specified settings.

Fields

NameDescription
Empty staticProvides a value to use with events that do not have event data. Inherited from EventArgs.

Properties

NameDescription
ButtonGets which mouse button was pressed. Inherited from MouseEventArgs.
CellValueGets the edit value of the clicked cell.
ClicksGets the number of times the mouse button was pressed and released. Inherited from MouseEventArgs.
ColumnGets the column that contains the clicked cell.
DeltaGets a signed count of the number of detents the mouse wheel has rotated, multiplied by the WHEEL_DELTA constant. A detent is one notch of the mouse wheel. Inherited from MouseEventArgs.
HandledGets or sets a value specifying whether an event has been handled. Inherited from DXMouseEventArgs.
HitInfoGets an object that identifies the clicked element. Inherited from RowClickEventArgs.
IsHMouseWheelThis member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from DXMouseEventArgs.
IsMouseEventGets whether these event arguments provide data for the MouseUp, MouseDown, and MouseMove events. Inherited from DXMouseEventArgs.
LocationGets the location of the mouse during the generating mouse event. Inherited from MouseEventArgs.
RowHandleGets the handle of the clicked row. Inherited from RowClickEventArgs.
XGets the x-coordinate of the mouse during the generating mouse event. Inherited from MouseEventArgs.
YGets the y-coordinate of the mouse during the generating mouse event. Inherited from MouseEventArgs.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetMouseArgs(Control, EventArgs) staticConverts the MouseEventArgs object passed as a parameter to a DXMouseEventArgs object. Inherited from DXMouseEventArgs.
GetMouseArgs(MouseEventArgs, Boolean) staticInherited from DXMouseEventArgs.
GetMouseArgs(MouseEventArgs) staticConverts the MouseEventArgs object passed as a parameter to a DXMouseEventArgs object. Inherited from DXMouseEventArgs.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
Sync()For internal use. Inherited from DXMouseEventArgs.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

RowCellClickEventArgs Class

DevExpress.XtraGrid.Views.Grid Namespace