menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class GridCaptionSummaryCell

    Represents a caption summary cell of the caption summary row in a SfDataGrid control.

    Inheritance
    System.Object
    BorderView
    CellElement
    GridCell
    GridCaptionSummaryCell
    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 GridCaptionSummaryCell : GridCell, IVisibility, IDisposable

    Constructors

    GridCaptionSummaryCell()

    Initializes a new instance of the GridCaptionSummaryCell class.

    Declaration
    public GridCaptionSummaryCell()

    Methods

    LayoutChildren(Double, Double, Double, Double)

    Positions and sizes the content of a GridCaptionSummaryCell.

    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