menu

UWP

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

    Show / Hide Table of Contents

    Interface IRowElement

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

    Properties

    Element

    Declaration
    FrameworkElement Element { get; }
    Property Value
    Type
    Windows.UI.Xaml.FrameworkElement

    Index

    Declaration
    int Index { get; set; }
    Property Value
    Type
    System.Int32

    IsEnsured

    Declaration
    bool IsEnsured { get; set; }
    Property Value
    Type
    System.Boolean

    IsVisible

    Declaration
    bool IsVisible { get; set; }
    Property Value
    Type
    System.Boolean

    Region

    Declaration
    ScrollAxisRegion Region { get; set; }
    Property Value
    Type
    ScrollAxisRegion

    Methods

    EnsureColumns()

    Declaration
    void EnsureColumns()

    GenerateVisibleCells()

    Declaration
    void GenerateVisibleCells()

    UpdateCells()

    Declaration
    void UpdateCells()

    Extension Methods

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