Class GridQueryCellSpanBackgroundsEventArgs
Provides data about the QueryCellSpanBackgrounds event which can be marked as handled.
Inheritance
System.Object
GridQueryCellSpanBackgroundsEventArgs
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridQueryCellSpanBackgroundsEventArgs : SyncfusionHandledEventArgs
Remarks
GridQueryCellSpanBackgroundsEventArgs is a custom event argument class used by the QueryCellSpanBackgrounds event to query information about a bannered range at a specified cell.
Constructors
GridQueryCellSpanBackgroundsEventArgs(RowColumnIndex)
Initalizes a new object.
Declaration
public GridQueryCellSpanBackgroundsEventArgs(RowColumnIndex cellRowColumnIndex)
Parameters
Type | Name | Description |
---|---|---|
RowColumnIndex | cellRowColumnIndex |
GridQueryCellSpanBackgroundsEventArgs(RowColumnIndex, List<CellSpanBackgroundInfo>)
Declaration
public GridQueryCellSpanBackgroundsEventArgs(RowColumnIndex cellRowColumnIndex, List<CellSpanBackgroundInfo> range)
Parameters
Type | Name | Description |
---|---|---|
RowColumnIndex | cellRowColumnIndex | |
System.Collections.Generic.List<CellSpanBackgroundInfo> | range |
Properties
CellRowColumnIndex
The row and column index.
Declaration
public RowColumnIndex CellRowColumnIndex { get; }
Property Value
Type |
---|
RowColumnIndex |
Range
Declaration
[TraceProperty(true)]
public List<CellSpanBackgroundInfo> Range { get; set; }
Property Value
Type |
---|
System.Collections.Generic.List<CellSpanBackgroundInfo> |