menu

Xamarin.iOS

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

    Show / Hide Table of Contents

    Class GridCaptionSummaryCell

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

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

    Constructors

    GridCaptionSummaryCell()

    Initializes a new instance of the GridCaptionSummaryCell class.

    Declaration
    public GridCaptionSummaryCell()

    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()

    Layouts the children in the view.

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

    ShouldValidateLabelProperties()

    Gets a boolean value indicating whether to validate the view change in returns also

    Declaration
    protected override bool ShouldValidateLabelProperties()
    Returns
    Type Description
    System.Boolean

    Return a boolean value indicating whether to validate the view change in returns also.

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