menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface ICoveredCellsProvider - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface ICoveredCellsProvider

    Namespace: Syncfusion.UI.Xaml.CellGrid
    Assembly: Syncfusion.SfCellGrid.UWP.dll
    Syntax
    public interface ICoveredCellsProvider

    Properties

    IsEmpty

    Gets a value indicating if the collection is empty.

    Declaration
    bool IsEmpty { get; }
    Property Value
    Type
    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
    CoveredCellInfo

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved