menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class HeaderCellControl

    Represents a row header cell in the SfDataGrid control.

    Inheritance
    System.Object
    VirtualizingCellsControl
    HeaderCellControl
    Inherited Members
    VirtualizingCellsControl.ApplySwipeClip()
    VirtualizingCellsControl.AwakeFromNib()
    VirtualizingCellsControl.ClipRect
    VirtualizingCellsControl.DataContext
    VirtualizingCellsControl.DataGrid
    VirtualizingCellsControl.GetColumnElementClipValue(CGRect, VisibleLineInfo, IColumnElement, Int32, Double, nfloat, nfloat, Double)
    VirtualizingCellsControl.IsSwipeCancelled
    VirtualizingCellsControl.LayoutSubviews()
    VirtualizingCellsControl.SelectionPaint
    VirtualizingCellsControl.SwipeDirection
    VirtualizingCellsControl.SwipeOffset
    VirtualizingCellsControl.TouchesBegan(NSSet, UIEvent)
    VirtualizingCellsControl.TouchesCancelled(NSSet, UIEvent)
    VirtualizingCellsControl.TouchesEnded(NSSet, UIEvent)
    VirtualizingCellsControl.TouchesMoved(NSSet, UIEvent)
    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
    VirtualizingCellsControl.Dispose(Boolean)

    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.

    Overrides
    VirtualizingCellsControl.Draw(CGRect)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved