Search Results for

    Show / Hide Table of Contents

    Interface IEditableListBoxItem

    Editable list box item base

    Namespace: Simplic.Studio.UI.Input
    Assembly: Simplic.Studio.UI.Input.dll
    Syntax
    public interface IEditableListBoxItem

    Properties

    | Improve this Doc View Source

    EditDataTemplate

    Gets or sets the edit data template

    Declaration
    string EditDataTemplate { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    EditDataTemplatePath

    Gets or sets the edit data template path

    Declaration
    string EditDataTemplatePath { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ItemFilterText

    Gets the item filter text

    Declaration
    string ItemFilterText { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ViewDataTemplate

    Gets or sets the view data template

    Declaration
    string ViewDataTemplate { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ViewDataTemplatePath

    Gets or sets the view data template path

    Declaration
    string ViewDataTemplatePath { get; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    DeleteItem()

    Delete data

    Declaration
    bool DeleteItem()
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    OnEditItem()

    Begin edit data

    Declaration
    bool OnEditItem()
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    OnSaveItem()

    Save data

    Declaration
    bool OnSaveItem()
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx