Class GridExtension
Represents an extension class that provides the methods for getting the Grid Windows.UI.Xaml.UIElement at the given mouse pointer position.
Inheritance
System.Object
GridExtension
Namespace: Syncfusion.UI.Xaml.Controls
Assembly: Syncfusion.SfShared.UWP.dll
Syntax
public static class GridExtension : Object
Methods
ElementAt(Grid, Int32, Int32)
Gets the element at the given position.
Declaration
public static UIElement ElementAt(this Grid grid, int row, int column)
Parameters
| Type | Name | Description |
|---|---|---|
| Windows.UI.Xaml.Controls.Grid | grid | input grid |
| System.Int32 | row | row at the grid |
| System.Int32 | column | column at the grid |
Returns
| Type | Description |
|---|---|
| Windows.UI.Xaml.UIElement | returns element at the given position. |