Class SynchronItemBox
Interaktionslogik für SynchronItemBox.xaml
Inherited Members
Namespace: Simplic.Framework.UI
Assembly: Simplic.Framework.Base.dll
Syntax
public class SynchronItemBox : MSWindow
Constructors
| Improve this Doc View SourceSynchronItemBox()
Constructor
Declaration
public SynchronItemBox()
Properties
| Improve this Doc View SourceSelectedItem
Declaration
public object SelectedItem { get; }
Property Value
Type | Description |
---|---|
System.Object |
SelectedItems
Declaration
public IList<object> SelectedItems { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.Object> |
Methods
| Improve this Doc View SourceFill(IList<Object>, Type)
Fill Grid-View
Declaration
public void Fill(IList<object> Data, Type IBItemType)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<System.Object> | Data | |
System.Type | IBItemType |