menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ReorderDialog - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ReorderDialog

    Interaction logic for ReorderDialog.xaml

    Inheritance
    System.Object
    ReorderDialog
    Implements
    System.Windows.Markup.IComponentConnector
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public class ReorderDialog : Window, IComponentConnector

    Constructors

    ReorderDialog()

    Declaration
    public ReorderDialog()

    Properties

    Collection

    Declaration
    public ObservableCollection<object> Collection { get; set; }
    Property Value
    Type
    System.Collections.ObjectModel.ObservableCollection<System.Object>

    Methods

    InitializeComponent()

    InitializeComponent

    Declaration
    public void InitializeComponent()

    ShowDialog(ItemCollection, Int32)

    Declaration
    public ObservableCollection<object> ShowDialog(ItemCollection itemCollection, int maxCount)
    Parameters
    Type Name Description
    System.Windows.Controls.ItemCollection itemCollection
    System.Int32 maxCount
    Returns
    Type
    System.Collections.ObjectModel.ObservableCollection<System.Object>

    Implements

    System.Windows.Markup.IComponentConnector
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved