alexa

    Show / Hide Table of Contents

    Interface IRowElement

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

    Properties

    Element

    Declaration
    FrameworkElement Element { get; }
    Property Value
    Type
    System.Windows.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()
    Back to top Generated by DocFX