alexa

    Show / Hide Table of Contents

    Interface IRowElement

    Provides the functionality for the Row element data row.

    Inherited Members
    IElement.Index
    System.IComparable.CompareTo(System.Object)
    Namespace: Syncfusion.WinForms.DataGrid
    Assembly: Syncfusion.SfDataGrid.WinForms.dll
    Syntax
    public interface IRowElement : IElement, INotifyPropertyChanged, IComparable

    Properties

    Level

    Gets the level of the row element.

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

    RowRegion

    Gets the of the element.

    Declaration
    RowRegion RowRegion { get; }
    Property Value
    Type
    RowRegion

    RowType

    Gets the type of the RowElement.

    Declaration
    RowType RowType { get; }
    Property Value
    Type
    RowType
    Back to top Generated by DocFX