menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataGridCurrentCellBeginEditEventArgs - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DataGridCurrentCellBeginEditEventArgs

    Provides data for event.

    Inheritance
    System.Object
    DataGridCurrentCellBeginEditEventArgs
    Namespace: Syncfusion.Maui.DataGrid
    Assembly: Syncfusion.Maui.DataGrid.dll
    Syntax
    public class DataGridCurrentCellBeginEditEventArgs : CancelEventArgs

    Constructors

    DataGridCurrentCellBeginEditEventArgs(Object)

    Initializes a new instance of the DataGridCurrentCellBeginEditEventArgs class.

    Declaration
    public DataGridCurrentCellBeginEditEventArgs(object originalSource)
    Parameters
    Type Name Description
    System.Object originalSource

    The source of the event.

    Properties

    Column

    Gets the grid column of the current cell being edited.

    Declaration
    public DataGridColumn Column { get; }
    Property Value
    Type Description
    DataGridColumn

    The corresponding that contains the cell to be edited.

    Handled

    ToDo

    Declaration
    public bool Handled { get; }
    Property Value
    Type
    System.Boolean

    RowColumnIndex

    Gets the RowColumnIndex of the current cell being edited.

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

    The corresponding RowColumnIndex of the current cell being edited.

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