menu

WPF

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

    Show / Hide Table of Contents

    Class GridQueryCoveredRangeEventArgs

    Provides data for QueryCoveredRange event.

    Inheritance
    System.Object
    System.EventArgs
    GridEventArgs
    GridHandledEventArgs
    GridQueryCoveredRangeEventArgs
    Inherited Members
    GridEventArgs.OriginalSender
    GridHandledEventArgs.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)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class GridQueryCoveredRangeEventArgs : GridHandledEventArgs

    Constructors

    GridQueryCoveredRangeEventArgs(RowColumnIndex, CoveredCellInfo, GridColumn, Object, Object)

    Initialize a new instance of GridQueryCoveredRangeEventArgs class.

    Declaration
    public GridQueryCoveredRangeEventArgs(RowColumnIndex cellRowColumnIndex, CoveredCellInfo range, GridColumn column, object record, object originalSource)
    Parameters
    Type Name Description
    RowColumnIndex cellRowColumnIndex

    The row index.

    CoveredCellInfo range

    A CoveredCellInfo that will receive the resulting range for the covered cell.

    GridColumn column

    The column index.

    System.Object record

    The record of the cell

    System.Object originalSource

    The source of the event.

    GridQueryCoveredRangeEventArgs(RowColumnIndex, GridColumn, Object, Object)

    Initialize a new instance of GridQueryCoveredRangeEventArgs class.

    Declaration
    public GridQueryCoveredRangeEventArgs(RowColumnIndex cellRowColumnIndex, GridColumn column, object record, object originalSource)
    Parameters
    Type Name Description
    RowColumnIndex cellRowColumnIndex

    The row index.

    GridColumn column

    The column index.

    System.Object record

    The record of the cell

    System.Object originalSource

    The source of the event.

    Properties

    GridColumn

    Gets the GridColumn of the cell which triggers this event.

    Declaration
    public GridColumn GridColumn { get; }
    Property Value
    Type
    GridColumn

    Range

    Gets or sets the CoveredCellInfo range to merge the cells.

    Declaration
    public CoveredCellInfo Range { get; set; }
    Property Value
    Type Description
    CoveredCellInfo

    A CoveredCellInfo that will receive the resulting range for the covered cell.

    Record

    Gets the data object associated with the row which has the grid cell triggered this event.

    Declaration
    public object Record { get; }
    Property Value
    Type
    System.Object

    RowColumnIndex

    Gets the RowColumnIndex of cell which triggers this event.

    Declaration
    public RowColumnIndex RowColumnIndex { get; }
    Property Value
    Type Description
    RowColumnIndex

    The RowColumnIndex of the cell which triggers this event.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved