alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class GridQueryCellSpanBackgroundsEventArgs

    Provides data about the QueryCellSpanBackgrounds event which can be marked as handled.

    Inheritance
    System.Object
    SyncfusionEventArgs
    SyncfusionHandledEventArgs
    GridQueryCellSpanBackgroundsEventArgs
    Inherited Members
    SyncfusionEventArgs.ToString()
    SyncfusionHandledEventArgs.Handled
    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>
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved