WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IRowElement - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IRowElement

    Inherited Members
    IElement.Element
    IElement.Index
    System.IComparable.CompareTo(System.Object)
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    [ClassReference(IsReviewed = false)]
    public interface IRowElement : IElement, INotifyPropertyChanged, IComparable

    Properties

    ArrangeRect

    Declaration
    Rect ArrangeRect { get; set; }
    Property Value
    Type Description
    System.Windows.Rect

    IsCurrentRow

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

    IsFixedRow

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

    IsSpannedRow

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

    Level

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

    RowRegion

    Declaration
    RowRegion RowRegion { get; }
    Property Value
    Type Description
    RowRegion

    RowType

    Declaration
    RowType RowType { get; }
    Property Value
    Type Description
    RowType

    Methods

    ArrangeElement(Rect)

    Declaration
    void ArrangeElement(Rect rect)
    Parameters
    Type Name Description
    System.Windows.Rect rect

    MeasureElement(Size)

    Declaration
    void MeasureElement(Size size)
    Parameters
    Type Name Description
    System.Windows.Size size
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved