menu

UWP

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

    Show / Hide Table of Contents

    Class GridQueryCoveredRangeEventArgs

    Inheritance
    System.Object
    GridEventArgs
    GridHandledEventArgs
    GridQueryCoveredRangeEventArgs
    Inherited Members
    GridHandledEventArgs.Handled
    Namespace: Syncfusion.UI.Xaml.CellGrid
    Assembly: Syncfusion.SfCellGrid.UWP.dll
    Syntax
    public class GridQueryCoveredRangeEventArgs : GridHandledEventArgs

    Constructors

    GridQueryCoveredRangeEventArgs(RowColumnIndex)

    Initalizes a new object.

    Declaration
    public GridQueryCoveredRangeEventArgs(RowColumnIndex cellRowColumnIndex)
    Parameters
    Type Name Description
    RowColumnIndex cellRowColumnIndex

    The RowColumn index.

    GridQueryCoveredRangeEventArgs(RowColumnIndex, CoveredCellInfo)

    Initalizes a new object.

    Declaration
    public GridQueryCoveredRangeEventArgs(RowColumnIndex cellRowColumnIndex, CoveredCellInfo range)
    Parameters
    Type Name Description
    RowColumnIndex cellRowColumnIndex

    The RowColumn index.

    CoveredCellInfo range

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

    Properties

    Cell

    Gets the value indicating the instance of specified cell.

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

    An instance of RowColumnIndex.

    Range

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

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

    An instance of CoveredCellInfo.

    Extension Methods

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