menu

UWP

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

    Show / Hide Table of Contents

    Class GridQueryDependentCellValueEventArgs

    Inheritance
    System.Object
    GridQueryDependentCellValueEventArgs
    Namespace: Syncfusion.UI.Xaml.CellGrid
    Assembly: Syncfusion.SfCellGrid.UWP.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

    Extension Methods

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