Class GridGroupSummaryCell
Represents a group summary cell of the group summary row in a SfDataGrid control.
Implements
System.IDisposable
Inherited Members
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
Implements
System.IDisposable