Class GridRowHeaderCell
Represents a row header cell in the SfDataGrid control.
Implements
Android.Views.View.IOnLongClickListener
Android.Runtime.IJavaObject
System.IDisposable
Java.Interop.IJavaPeerable
Inherited Members
Namespace: Syncfusion.SfDataGrid
Assembly: Syncfusion.SfDataGrid.Android.dll
Syntax
public class GridRowHeaderCell : GridCell, View.IOnLongClickListener, IJavaObject, IDisposable, IJavaPeerable
Constructors
GridRowHeaderCell(Context)
Initializes a new instance of the GridRowHeaderCell class.
Declaration
public GridRowHeaderCell(Context context)
Parameters
Type | Name | Description |
---|---|---|
Android.Content.Context | context | The Android.Content.Context. |
Methods
OnDraw(Canvas)
The borders for the header cell is drawn here.
Declaration
protected override void OnDraw(Canvas canvas)
Parameters
Type | Name | Description |
---|---|---|
Android.Graphics.Canvas | canvas | The canvas on which the background will be drawn. |
Overrides
Implements
Android.Views.View.IOnLongClickListener
Android.Runtime.IJavaObject
System.IDisposable
Java.Interop.IJavaPeerable