Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridRowHeaderCell - Xamarin.iOS API Reference | Syncfusion SfDataGrid control. ">

    Show / Hide Table of Contents

    Class GridRowHeaderCell

    Represents a row header cell in the SfDataGrid control.

    Inheritance
    System.Object
    CellElement
    GridCell
    GridRowHeaderCell
    Inherited Members
    GridCell.ShouldValidateLabelProperties()
    GridCell.DataColumn
    CellElement.Load()
    CellElement.UnLoad()
    CellElement.GetAutoWidth(Object)
    CellElement.GetAutoHeight(Object)
    CellElement.CanRendererUnload
    CellElement.CanRenderUnLoad
    Namespace: Syncfusion.SfDataGrid
    Assembly: Syncfusion.SfDataGrid.iOS.dll
    Syntax
    public class GridRowHeaderCell : GridCell

    Constructors

    GridRowHeaderCell()

    Initializes a new instance of the GridRowHeaderCell class.

    Declaration
    public GridRowHeaderCell()

    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
    GridCell.Dispose(Boolean)

    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
    GridCell.Draw(CGRect)

    LayoutSubviews()

    Layout the children in the view.

    Declaration
    public override void LayoutSubviews()
    Overrides
    GridCell.LayoutSubviews()

    OnCellValueChanged()

    Occurs when row header cell value is changed.

    Declaration
    public override void OnCellValueChanged()
    Overrides
    CellElement.OnCellValueChanged()
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved