menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GroupSummaryRowControl - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GroupSummaryRowControl

    Represents a group summary row in a SfDataGrid control.

    Inheritance
    System.Object
    VirtualizingCellsControl
    GroupSummaryRowControl
    Inherited Members
    VirtualizingCellsControl.ClipRect
    VirtualizingCellsControl.DataContext
    VirtualizingCellsControl.DataGrid
    VirtualizingCellsControl.Dispose(Boolean)
    VirtualizingCellsControl.OnDraw(Canvas)
    VirtualizingCellsControl.OnLayout(Boolean, Int32, Int32, Int32, Int32)
    VirtualizingCellsControl.OnMeasure(Int32, Int32)
    VirtualizingCellsControl.OnTouchEvent(MotionEvent)
    VirtualizingCellsControl.SwipeDirection
    VirtualizingCellsControl.SwipeOffset
    Namespace: Syncfusion.SfDataGrid
    Assembly: Syncfusion.SfDataGrid.Android.dll
    Syntax
    public class GroupSummaryRowControl : VirtualizingCellsControl
    Remarks

    A GroupSummaryRowControl represents the summary values of the grouped records based on the SummaryType. Each row contains a covered cell in the SfDataGrid that displays the summary value of the grouped records based on the SummaryType.

    Constructors

    GroupSummaryRowControl(Context)

    Initializes a new instance of GroupSummaryRowControl class.

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

    Properties

    IsSwipeCancelled

    Gets or sets a boolean value indicating whether to cancel swipe or not.

    Declaration
    public override bool IsSwipeCancelled { get; set; }
    Property Value
    Type Description
    System.Boolean

    True if the swipe is canceled, otherwise, false. The default is true.

    Overrides
    VirtualizingCellsControl.IsSwipeCancelled
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved