Class GridQueryCellSpanBackgroundsEventArgs
Provides data about the QueryCellSpanBackgrounds event which can be marked as handled.
Inheritance
System.Object
System.EventArgs
GridQueryCellSpanBackgroundsEventArgs
Inherited Members
System.EventArgs.Empty
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.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 | Description |
---|---|
RowColumnIndex |
Range
Declaration
[TraceProperty(true)]
public List<CellSpanBackgroundInfo> Range { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<CellSpanBackgroundInfo> |