Xamarin.iOS

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

    Show / Hide Table of Contents

    Class GridCurrentCellManager

    Represents the class that manages the current cell operation in SfDataGrid.

    Inheritance
    System.Object
    GridCurrentCellManager
    Implements
    System.IDisposable
    Namespace: Syncfusion.SfDataGrid
    Assembly: Syncfusion.SfDataGrid.iOS.dll
    Syntax
    public class GridCurrentCellManager : Object, IDisposable

    Constructors

    GridCurrentCellManager(SfDataGrid)

    Initializes a new instance of the class.

    Declaration
    public GridCurrentCellManager(SfDataGrid grid)
    Parameters
    Type Name Description
    SfDataGrid grid

    An instance of class.

    Properties

    RowColumnIndex

    Gets or sets the current RowColumnIndex of the row or cell that contains the current cell.

    Declaration
    public RowColumnIndex RowColumnIndex { get; set; }
    Property Value
    Type Description
    RowColumnIndex

    Methods

    Dispose()

    Disposes all the resources used by the class.

    Declaration
    public void Dispose()

    Dispose(Boolean)

    Disposes all the resources used by the VisualContainer class.

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    Indicates whether the call is from Dispose method or from a finalize method.

    ProcessCurrentCellSelection(RowColumnIndex)

    Processes the selection for current cell corresponding to its RowColumnIndex.

    Declaration
    protected virtual void ProcessCurrentCellSelection(RowColumnIndex newRowColumnIndex)
    Parameters
    Type Name Description
    RowColumnIndex newRowColumnIndex

    The corresponding RowColumnIndex to process the current cell selection.

    Implements

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