alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class GridQueryCellInfoEventArgs

    Provides the event argument values for QueryCellInfo event.

    Inheritance
    System.Object
    SyncfusionEventArgs
    SyncfusionHandledEventArgs
    GridQueryCellInfoEventArgs
    Inherited Members
    SyncfusionEventArgs.ToString()
    SyncfusionHandledEventArgs.Handled
    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 - 2026 Syncfusion Inc. All Rights Reserved