Class FloatIndexComparer
This class is used to compare DockingManager children indexes in Float state.
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 FloatIndexComparer : ComparerBase, IComparer, IComparer<FrameworkElement>
Constructors
FloatIndexComparer()
Declaration
public FloatIndexComparer()
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>