menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class TableSummaryRowControl

    Represents a table summary row in a SfDataGrid control.

    Inheritance
    System.Object
    VirtualizingCellsControl
    TableSummaryRowControl
    Inherited Members
    VirtualizingCellsControl.ApplySwipeClip()
    VirtualizingCellsControl.AwakeFromNib()
    VirtualizingCellsControl.ClipRect
    VirtualizingCellsControl.DataContext
    VirtualizingCellsControl.DataGrid
    VirtualizingCellsControl.Dispose(Boolean)
    VirtualizingCellsControl.Draw(CGRect)
    VirtualizingCellsControl.GetColumnElementClipValue(CGRect, VisibleLineInfo, IColumnElement, Int32, Double, nfloat, nfloat, Double)
    VirtualizingCellsControl.LayoutSubviews()
    VirtualizingCellsControl.SelectionPaint
    VirtualizingCellsControl.SwipeDirection
    VirtualizingCellsControl.SwipeOffset
    VirtualizingCellsControl.TouchesBegan(NSSet, UIEvent)
    VirtualizingCellsControl.TouchesCancelled(NSSet, UIEvent)
    VirtualizingCellsControl.TouchesEnded(NSSet, UIEvent)
    VirtualizingCellsControl.TouchesMoved(NSSet, UIEvent)
    Namespace: Syncfusion.SfDataGrid
    Assembly: Syncfusion.SfDataGrid.iOS.dll
    Syntax
    public class TableSummaryRowControl : VirtualizingCellsControl
    Remarks

    A TableSummaryRowControl represents the summary values of the bound data source based on the SummaryType. Each row contains a covered cell in the SfDataGrid that displays the summary value of the bound data source based on the SummaryType.

    Constructors

    TableSummaryRowControl()

    Initializes a new instance of the TableSummaryRowControl class.

    Declaration
    public TableSummaryRowControl()

    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