WinUI

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

    Show / Hide Table of Contents

    Interface IElement

    Provides the base implementation for Elements.

    Namespace: Syncfusion.UI.Xaml.Grids
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public interface IElement : INotifyPropertyChanged, IComparable

    Properties

    Element

    Gets the Framework element.

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

    Index

    Gets the index.

    Declaration
    int Index { get; }
    Property Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved