WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FloatIndexComparer

    Show / Hide Table of Contents

    Class FloatIndexComparer

    This class is used to compare DockingManager children indexes in Float state.

    Inheritance
    System.Object
    ComparerBase
    FloatIndexComparer
    Implements
    System.Collections.IComparer
    System.Collections.Generic.IComparer<System.Windows.FrameworkElement>
    Inherited Members
    ComparerBase.Compare(Object, Object)
    ComparerBase.Compare(FrameworkElement, FrameworkElement)
    ComparerBase.ValidateElements(FrameworkElement, FrameworkElement)
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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
    ComparerBase.GetIndex(FrameworkElement)

    Implements

    System.Collections.IComparer
    System.Collections.Generic.IComparer<T>
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved