DataViewBase.GetColumnByMouseEventArgs(MouseEventArgs) Method
Returns a column located at the specified coordinates.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
e | MouseEventArgs | The MouseEventArgs object. |
Returns
Type | Description |
---|---|
ColumnBase | A GridColumn object that specifies the column located at the specified coordinates. |
Remarks
To learn more, see Accessing and Identifying Columns.
See Also