Class GridGroupSummaryCell
Represents a group summary cell of the group summary row in a SfDataGrid control.
Inherited Members
Namespace: Syncfusion.SfDataGrid
Assembly: Syncfusion.SfDataGrid.iOS.dll
Syntax
public class GridGroupSummaryCell : GridCell
Constructors
GridGroupSummaryCell()
Initializes a new instance of the GridGroupSummaryCell class.
Declaration
public GridGroupSummaryCell()
GridGroupSummaryCell(CGRect)
Initializes a new instance of the GridGroupSummaryCell class.
Declaration
public GridGroupSummaryCell(CGRect rect)
Parameters
Type | Name | Description |
---|---|---|
CoreGraphics.CGRect | rect | The CoreGraphics.CGRect. |
GridGroupSummaryCell(IntPtr)
Initializes a new instance of the GridGroupSummaryCell class.
Declaration
public GridGroupSummaryCell(IntPtr ptr)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | ptr | The System.IntPtr. |
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
Draw(CGRect)
Draws the view within the passed-in rectangle.
Declaration
public override void Draw(CGRect rect)
Parameters
Type | Name | Description |
---|---|---|
CoreGraphics.CGRect | rect | The CoreGraphics.CGRect in which the view should be drawn. |
Overrides
ShouldValidateLabelProperties()
Gets a boolean value indicating whether to set padding for child view or not.
Declaration
protected override bool ShouldValidateLabelProperties()
Returns
Type | Description |
---|---|
System.Boolean | Return a boolean value indicating whether to set padding for child view or not. |