Class SideTabChildComparer
This class is used to compare side tab children.
Implements
System.Collections.IComparer
System.Collections.Generic.IComparer<System.Windows.FrameworkElement>
Inherited Members
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class SideTabChildComparer : ComparerBase, IComparer, IComparer<FrameworkElement>
Constructors
SideTabChildComparer()
Declaration
public SideTabChildComparer()
Methods
GetIndex(FrameworkElement)
Gets the index.
Declaration
protected override int GetIndex(FrameworkElement element)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.FrameworkElement | element | The element. |
Returns
Type | Description |
---|---|
System.Int32 | return index. |
Overrides
Implements
System.Collections.IComparer
System.Collections.Generic.IComparer<T>