menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridGroupSummaryCell - Xamarin.Forms 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
    BorderView
    CellElement
    GridCell
    GridGroupSummaryCell
    Implements
    System.IDisposable
    Inherited Members
    BorderView.BorderColor
    BorderView.BorderColorProperty
    BorderView.BorderThickness
    BorderView.BorderThicknessProperty
    BorderView.Dispose()
    BorderView.Dispose(Boolean)
    BorderView.Visibility
    BorderView.VisibilityProperty
    CellElement.NeedToInvalidate
    CellElement.NeedToInvalidateProperty
    CellElement.ShouldInvalidateOnChildAdded(View)
    CellElement.ShouldInvalidateOnChildRemoved(View)
    GridCell.CellStylingPreference
    GridCell.CellStylingPreferenceProperty
    GridCell.CellValue
    GridCell.CellValueProperty
    GridCell.Clip
    GridCell.ClipProperty
    GridCell.ColumnIndex
    GridCell.DataColumn
    GridCell.Foreground
    GridCell.ForegroundProperty
    GridCell.OnBindingContextChanged()
    GridCell.OnChildMeasureInvalidated()
    GridCell.RowIndex
    Namespace: Syncfusion.SfDataGrid.XForms
    Assembly: Syncfusion.SfDataGrid.XForms.dll
    Syntax
    public class GridGroupSummaryCell : GridCell, IVisibility, IDisposable

    Constructors

    GridGroupSummaryCell()

    Initializes a new instance of the GridGroupSummaryCell class.

    Declaration
    public GridGroupSummaryCell()

    Methods

    LayoutChildren(Double, Double, Double, Double)

    Positions and sizes the content of a GridGroupSummaryCell.

    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
    GridCell.LayoutChildren(Double, Double, Double, Double)

    Implements

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