menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class GridIndentCell

    Represents a GridIndentCell of the caption summary row in a SfDataGrid control.

    Inheritance
    System.Object
    CellElement
    GridCell
    GridIndentCell
    Inherited Members
    CellElement.CanRendererUnload
    CellElement.CanRenderUnLoad
    CellElement.GetAutoHeight(Object)
    CellElement.GetAutoWidth(Object)
    CellElement.Load()
    CellElement.OnCellValueChanged()
    CellElement.UnLoad()
    GridCell.DataColumn
    GridCell.Dispose(Boolean)
    GridCell.Draw(CGRect)
    GridCell.LayoutSubviews()
    GridCell.ShouldValidateLabelProperties()
    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved