menu

WPF

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

    Show / Hide Table of Contents

    Class GridQueryDependentCellValueEventArgs

    Inheritance
    System.Object
    System.EventArgs
    GridQueryDependentCellValueEventArgs
    Inherited Members
    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
    Assembly: Syncfusion.SfCellGrid.WPF.dll
    Syntax
    public class GridQueryDependentCellValueEventArgs : EventArgs

    Constructors

    GridQueryDependentCellValueEventArgs()

    Declaration
    public GridQueryDependentCellValueEventArgs()

    GridQueryDependentCellValueEventArgs(Int32, Int32)

    Declaration
    public GridQueryDependentCellValueEventArgs(int rowindex, int columnindex)
    Parameters
    Type Name Description
    System.Int32 rowindex
    System.Int32 columnindex

    Properties

    Cancel

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

    CellValue

    Declaration
    public string CellValue { get; set; }
    Property Value
    Type
    System.String

    ColumnIndex

    Declaration
    public int ColumnIndex { get; }
    Property Value
    Type
    System.Int32

    RowIndex

    Declaration
    public int RowIndex { get; }
    Property Value
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved