Search Results for

    Show / Hide Table of Contents

    Class SynchronItemBox

    Interaktionslogik für SynchronItemBox.xaml

    Inheritance
    System.Object
    MSWindow
    SynchronItemBox
    Inherited Members
    MSWindow.OnWindowCommandAction
    MSWindow.CallWindowCommand(WindowCommand)
    MSWindow.CloseWithEscape
    MSWindow.WindowMode
    Namespace: Simplic.Framework.UI
    Assembly: Simplic.Framework.Base.dll
    Syntax
    public class SynchronItemBox : MSWindow

    Constructors

    | Improve this Doc View Source

    SynchronItemBox()

    Constructor

    Declaration
    public SynchronItemBox()

    Properties

    | Improve this Doc View Source

    SelectedItem

    Declaration
    public object SelectedItem { get; }
    Property Value
    Type Description
    System.Object
    | Improve this Doc View Source

    SelectedItems

    Declaration
    public IList<object> SelectedItems { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<System.Object>

    Methods

    | Improve this Doc View Source

    Fill(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
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx