menu

WPF

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

    Show / Hide Table of Contents

    Class GridCommitCellInfoEventArgs

    Inheritance
    System.Object
    System.EventArgs
    GridEventArgs
    GridHandledEventArgs
    GridCommitCellInfoEventArgs
    Inherited Members
    GridHandledEventArgs.Handled
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.CellGrid.Styles
    Assembly: Syncfusion.SfCellGrid.WPF.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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved