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()
Initializes a new instance of the ReorderDialog class.
Declaration
public ReorderDialog()
Properties
Collection
Gets or sets the collection of items managed by the ReorderDialog.
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)
Displays the ReorderDialog with the specified items and maximum selection count.
Declaration
public ObservableCollection<object> ShowDialog(ItemCollection itemCollection, int maxCount)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Windows.Controls.ItemCollection | itemCollection | The collection of items to display in the dialog. |
| System.Int32 | maxCount | The maximum number of items that can be selected or reordered. |
Returns
| Type |
|---|
| System.Collections.ObjectModel.ObservableCollection<System.Object> |
Implements
System.Windows.Markup.IComponentConnector