Class GridIndentCell
Represents a GridIndentCell of the caption summary row in a SfDataGrid control.
Inherited Members
Namespace: Syncfusion.SfDataGrid
Assembly: Syncfusion.SfDataGrid.iOS.dll
Syntax
public class GridIndentCell : GridCell
Constructors
GridIndentCell()
Initializes a new instance of the GridIndentCell class.
Declaration
public GridIndentCell()
GridIndentCell(CGRect)
Initializes a new instance of the GridIndentCell class.
Declaration
public GridIndentCell(CGRect rect)
Parameters
| Type | Name | Description |
|---|---|---|
| CoreGraphics.CGRect | rect | The CoreGraphics.CGRect. |
GridIndentCell(IntPtr)
Initializes a new instance of the GridIndentCell class.
Declaration
public GridIndentCell(IntPtr ptr)
Parameters
| Type | Name | Description |
|---|---|---|
| System.IntPtr | ptr | The System.IntPtr. |