menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridCommitCellInfoEventArgs - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GridCommitCellInfoEventArgs

    Inheritance
    System.Object
    GridEventArgs
    GridHandledEventArgs
    GridCommitCellInfoEventArgs
    Inherited Members
    GridHandledEventArgs.Handled
    Namespace: Syncfusion.UI.Xaml.CellGrid.Styles
    Assembly: Syncfusion.SfCellGrid.UWP.dll
    Syntax
    public sealed class GridCommitCellInfoEventArgs : GridHandledEventArgs

    Constructors

    GridCommitCellInfoEventArgs(RowColumnIndex, GridStyleInfo, StyleInfoProperty)

    Declaration
    public GridCommitCellInfoEventArgs(RowColumnIndex cell, GridStyleInfo style, StyleInfoProperty sip)
    Parameters
    Type Name Description
    RowColumnIndex cell
    GridStyleInfo style
    StyleInfoProperty sip

    Properties

    Cell

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

    Sip

    Declaration
    public StyleInfoProperty Sip { get; set; }
    Property Value
    Type
    StyleInfoProperty

    Style

    Declaration
    public GridStyleInfo Style { get; set; }
    Property Value
    Type
    GridStyleInfo

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved