Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CaptionSummaryRowControl - Xamarin.iOS API Reference | Syncfusion SfDataGrid control. ">

    Show / Hide Table of Contents

    Class CaptionSummaryRowControl

    Represents a caption summary row in a SfDataGrid control.

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

    A CaptionSummaryRowControl represents a single grouped data item in a bound data source. Each row contains a covered cell in the SfDataGrid that displays a single value based on the grouped data items.

    Constructors

    CaptionSummaryRowControl()

    Initializes a new instance of the CaptionSummaryRowControl class.

    Declaration
    public CaptionSummaryRowControl()

    Properties

    IsExpanded

    Gets or sets a value indicating whether this instance is expanded or collapsed.

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

    True if this instance is expanded, otherwise false.

    IsSwipeCancelled

    Gets or sets value indicate 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

    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
    VirtualizingCellsControl.Dispose(Boolean)

    LayoutSubviews()

    Layout the children in the view.

    Declaration
    public override void LayoutSubviews()
    Overrides
    VirtualizingCellsControl.LayoutSubviews()
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved