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 |
---|
Microsoft.UI.Xaml.FrameworkElement |
Index
Gets the index.
Declaration
int Index { get; }
Property Value
Type |
---|
System.Int32 |