WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class QueryCoveredRangeEventArgs - WindowsForms API Reference | Syncfusion QueryCoveredRange event. ">

    Show / Hide Table of Contents

    Class QueryCoveredRangeEventArgs

    Provides the data for the QueryCoveredRange event.

    Inheritance
    System.Object
    System.EventArgs
    GridEventArgs
    GridHandledEventArgs
    QueryCoveredRangeEventArgs
    Inherited Members
    GridHandledEventArgs.Handled
    GridEventArgs.OriginalSender
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.WinForms.DataGrid.Events
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public class QueryCoveredRangeEventArgs : GridHandledEventArgs

    Constructors

    QueryCoveredRangeEventArgs(Object)

    Initializes a new instance of the QueryCoveredRangeEventArgs class.

    Declaration
    public QueryCoveredRangeEventArgs(object originalSender)
    Parameters
    Type Name Description
    System.Object originalSender

    The object of the sender.

    Properties

    ColumnIndex

    Gets the column index of the cell.

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

    GridColumn

    Gets the GridColumn of the cell being merged.

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

    Range

    Gets or sets the range to be added to the covered cells.

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

    Record

    Gets the data object associated with the row.

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

    RowIndex

    Gets the row index of the cell.

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