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