Class GridQueryCoveredRangeEventArgs
Inherited Members
Namespace: Syncfusion.UI.Xaml.CellGrid
Assembly: Syncfusion.SfCellGrid.WPF.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. |