menu

Class GridGroupSummaryCell - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridGroupSummaryCell

    Represents a group summary cell of the group summary row in a SfDataGrid control.

    Inheritance
    System.Object
    CellElement
    GridCell
    GridGroupSummaryCell
    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.OnInterceptTouchEvent(MotionEvent)
    GridCell.OnLayout(Boolean, Int32, Int32, Int32, Int32)
    GridCell.OnLongClick(View)
    GridCell.OnTouchEvent(MotionEvent)
    GridCell.PerformClick()
    Namespace: Syncfusion.SfDataGrid
    Assembly: Syncfusion.SfDataGrid.Android.dll
    Syntax
    public class GridGroupSummaryCell : GridCell, View.IOnLongClickListener, IJavaObject, IDisposable, IJavaPeerable

    Constructors

    GridGroupSummaryCell(Context)

    Initializes a new instance of the GridGroupSummaryCell class.

    Declaration
    public GridGroupSummaryCell(Context context)
    Parameters
    Type Name Description
    Android.Content.Context context

    The Android.Content.Context.

    GridGroupSummaryCell(Context, IAttributeSet)

    Initializes a new instance of the GridGroupSummaryCell class.

    Declaration
    public GridGroupSummaryCell(Context context, IAttributeSet attributeSet)
    Parameters
    Type Name Description
    Android.Content.Context context

    The Android.Content.Context.

    Android.Util.IAttributeSet attributeSet

    The Android.Util.IAttributeSet.

    GridGroupSummaryCell(Context, IAttributeSet, Int32)

    Initializes a new instance of the GridGroupSummaryCell class.

    Declaration
    public GridGroupSummaryCell(Context context, IAttributeSet attributeSet, int definedStyle)
    Parameters
    Type Name Description
    Android.Content.Context context

    The Android.Content.Context.

    Android.Util.IAttributeSet attributeSet

    The Android.Util.IAttributeSet.

    System.Int32 definedStyle

    The value indicating the defined style.

    GridGroupSummaryCell(IntPtr, JniHandleOwnership)

    Initializes a new instance of the GridGroupSummaryCell class.

    Declaration
    protected GridGroupSummaryCell(IntPtr javaReference, JniHandleOwnership transfer)
    Parameters
    Type Name Description
    System.IntPtr javaReference

    The System.IntPtr.

    Android.Runtime.JniHandleOwnership transfer

    The Android.Runtime.JniHandleOwnership.

    Methods

    Dispose(Boolean)

    Releases the unmanaged resources used by the component and optionally releases the managed resources.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    if true - release both managed and unmanaged resources; if false - release only unmanaged resources.

    Overrides
    GridCell.Dispose(Boolean)

    OnDraw(Canvas)

    The borders for the group summary 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)

    ShouldValidateLabelProperties()

    Gets a boolean value indicating whether to set padding for child view or not.

    Declaration
    protected override bool ShouldValidateLabelProperties()
    Returns
    Type Description
    System.Boolean

    Return a boolean value indicating whether to set padding for child view or not.

    Overrides
    GridCell.ShouldValidateLabelProperties()

    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