menu

Class GridRowHeaderCell - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridRowHeaderCell

    Represents a row header cell in the SfDataGrid control.

    Inheritance
    System.Object
    CellElement
    GridCell
    GridRowHeaderCell
    Implements
    Android.Views.View.IOnLongClickListener
    Android.Runtime.IJavaObject
    System.IDisposable
    Java.Interop.IJavaPeerable
    Inherited Members
    CellElement.CalculateLeftAndRightPadding(GravityFlags, TextView, String, Int32, Thickness, Int32, Int32, LineBreakMode)
    CellElement.CalculateTopAndBottomPadding(GravityFlags, TextView, String, Int32, Thickness, Int32, Int32, Paint, LineBreakMode, Double)
    CellElement.CanRendererUnload
    CellElement.CanRenderUnLoad
    CellElement.GetAutoHeight(Object)
    CellElement.GetAutoWidth(Object)
    CellElement.GetHorizontalAlignment(GravityFlags, GravityFlags, Boolean)
    CellElement.GetVerticalAlignment(GravityFlags, GravityFlags)
    CellElement.Load()
    CellElement.OnCellValueChanged()
    CellElement.UnLoad()
    GridCell.DataColumn
    GridCell.Dispose(Boolean)
    GridCell.OnInterceptTouchEvent(MotionEvent)
    GridCell.OnLayout(Boolean, Int32, Int32, Int32, Int32)
    GridCell.OnLongClick(View)
    GridCell.OnTouchEvent(MotionEvent)
    GridCell.PerformClick()
    GridCell.ShouldValidateLabelProperties()
    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
    GridCell.OnDraw(Canvas)

    Implements

    Android.Views.View.IOnLongClickListener
    Android.Runtime.IJavaObject
    System.IDisposable
    Java.Interop.IJavaPeerable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved