WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridCommitCellInfoEventArgs

    Show / Hide Table of Contents

    Class GridCommitCellInfoEventArgs

    Provides the event argument values for CommitCellInfo event.

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    SyncfusionHandledEventArgs
    GridCommitCellInfoEventArgs
    Inherited Members
    SyncfusionHandledEventArgs.Handled
    SyncfusionEventArgs.ToString()
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public sealed class GridCommitCellInfoEventArgs : SyncfusionHandledEventArgs

    Constructors

    GridCommitCellInfoEventArgs(RowColumnIndex, GridStyleInfo, StyleInfoProperty)

    Initializes a new GridCommitCellInfoEventArgs.

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

    Cell row column index.

    GridStyleInfo style

    Cell style.

    StyleInfoProperty sip

    The style info property.

    Properties

    Cell

    Gets the cell row column index.

    Declaration
    [TraceProperty(true)]
    public RowColumnIndex Cell { get; }
    Property Value
    Type Description
    RowColumnIndex

    Sip

    Gets or sets the style info property.

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

    Style

    Gets or sets the cell style.

    Declaration
    [TraceProperty(true)]
    public GridStyleInfo Style { get; set; }
    Property Value
    Type Description
    GridStyleInfo
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved