WinUI

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IRowElement

    Show / Hide Table of Contents

    Interface IRowElement

    Provides the common functionalities of Rows in SfDataGrid.

    Inherited Members
    IElement.Element
    IElement.Index
    Namespace: Syncfusion.UI.Xaml.DataGrid
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public interface IRowElement : IElement, INotifyPropertyChanged, IComparable

    Properties

    ArrangeRect

    Gets or sets the ArrangeRect.

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

    IsCurrentRow

    Gets or sets a value indicating whether is it current row or not.

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

    IsFixedRow

    Gets the value indicating whether the row is fixed or not.

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

    IsSpannedRow

    Gets or sets a value indicating whether the row is spanned or not.

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

    Level

    Gets the level.

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

    RowRegion

    Gets the Row region.

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

    RowType

    Gets the Row type.

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

    Methods

    ArrangeElement(Rect)

    Positions child objects and determines a size for a UIElement.

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

    The corresponding rectangle

    MeasureElement(Size)

    Updates the DesiredSize of a UIElement.

    Declaration
    void MeasureElement(Size size)
    Parameters
    Type Name Description
    Windows.Foundation.Size size

    The corresponding size.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved