Search Results for

    Show / Hide Table of Contents

    Interface IMultiSelectionComboBoxItem

    An interface for display-item.

    Namespace: Simplic.UI.Control
    Assembly: Simplic.UI.dll
    Syntax
    public interface IMultiSelectionComboBoxItem

    Properties

    | Improve this Doc View Source

    DisplayName

    Gets or sets the display name.

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

    Id

    Gets or sets the id.

    Declaration
    object Id { get; set; }
    Property Value
    Type Description
    System.Object
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx