menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class CaptionSummaryRowControl

    Represents a caption summary row in a SfDataGrid control.

    Inheritance
    System.Object
    VirtualizingCellsControl
    CaptionSummaryRowControl
    Implements
    System.IDisposable
    Inherited Members
    VirtualizingCellsControl.Clip
    VirtualizingCellsControl.ClipProperty
    VirtualizingCellsControl.ClipRect
    VirtualizingCellsControl.DataGrid
    VirtualizingCellsControl.Dispose()
    VirtualizingCellsControl.OnMeasure(Double, Double)
    VirtualizingCellsControl.OnParentSet()
    VirtualizingCellsControl.ShouldInvalidateOnChildAdded(View)
    VirtualizingCellsControl.ShouldInvalidateOnChildRemoved(View)
    VirtualizingCellsControl.SwipeDirection
    VirtualizingCellsControl.SwipeOffset
    VirtualizingCellsControl.Visibility
    Namespace: Syncfusion.SfDataGrid.XForms
    Assembly: Syncfusion.SfDataGrid.XForms.dll
    Syntax
    public class CaptionSummaryRowControl : VirtualizingCellsControl, IDisposable
    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()

    Fields

    IsExpandedProperty

    Identifies the IsExpanded Xamarin.Forms.BindableProperty.

    Declaration
    public static readonly BindableProperty IsExpandedProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty
    Remarks

    This Xamarin.Forms.BindableProperty is read-only.

    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 a 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

    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)

    LayoutChildren(Double, Double, Double, Double)

    Positions and sizes the children of the VirtualizingCellsControl.

    Declaration
    protected override void LayoutChildren(double x, double y, double width, double height)
    Parameters
    Type Name Description
    System.Double x

    A value that represents the x coordinate of the child.

    System.Double y

    A value that represents the y coordinate of the child.

    System.Double width

    A value that represents the width of the child.

    System.Double height

    A value that represents the height of the child.

    Overrides
    VirtualizingCellsControl.LayoutChildren(Double, Double, Double, Double)

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved