WPF

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

    Show / Hide Table of Contents

    Interface ICoveredCellsProvider

    A provider for covered cells. GridCoveredCellInfoCollection is a default implementation of this interface. The VirtualizingCellsControl retrieves covered cells through this interface from it CoveredCellsProvider

    Namespace: Syncfusion.Windows.Controls.Cells
    Assembly: Syncfusion.GridCommon.Wpf.dll
    Syntax
    public interface ICoveredCellsProvider

    Properties

    IsEmpty

    Gets a value indicating if the collection is empty.

    Declaration
    bool IsEmpty { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    GetCoveredCell(Int32, Int32)

    Gets a covered cell from the ICoveredCellsProvider that includes the specified cells row and column index.

    Declaration
    CoveredCellInfo GetCoveredCell(int rowIndex, int columnIndex)
    Parameters
    Type Name Description
    System.Int32 rowIndex

    Index of the row.

    System.Int32 columnIndex

    Index of the column.

    Returns
    Type Description
    CoveredCellInfo
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved