menu

WPF

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

    Show / Hide Table of Contents

    Class GridQueryCellInfoEventArgs

    Provides the event argument values for QueryCellInfo event.

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    SyncfusionHandledEventArgs
    GridQueryCellInfoEventArgs
    Inherited Members
    SyncfusionEventArgs.ToString()
    SyncfusionHandledEventArgs.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)
    Namespace: Syncfusion.Windows.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    public sealed class GridQueryCellInfoEventArgs : SyncfusionHandledEventArgs

    Constructors

    GridQueryCellInfoEventArgs(RowColumnIndex, GridStyleInfo)

    Initializes a new GridQueryCellInfoEventArgs.

    Declaration
    public GridQueryCellInfoEventArgs(RowColumnIndex cell, GridStyleInfo style)
    Parameters
    Type Name Description
    RowColumnIndex cell

    Cell row column index.

    GridStyleInfo style

    Cell style.

    Properties

    Cell

    The cell row column index.

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

    Style

    Gets or sets the cell style.

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