Class HeaderCellControl
Represents a row header cell in the SfDataGrid control.
Inherited Members
Namespace: Syncfusion.SfDataGrid
Assembly: Syncfusion.SfDataGrid.iOS.dll
Syntax
public class HeaderCellControl : VirtualizingCellsControl
Constructors
HeaderCellControl()
Initializes a new instance of the HeaderCellControl class.
Declaration
public HeaderCellControl()
Methods
Dispose(Boolean)
Perform final clean up before it is released from memory.
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 in the given rect.
Declaration
public override void Draw(CGRect rect)
Parameters
Type | Name | Description |
---|---|---|
CoreGraphics.CGRect | rect | The CoreGraphics.CGRect. |