Interface IMultiSelectionComboBoxItem
An interface for display-item.
Namespace: Simplic.UI.Control
Assembly: Simplic.UI.dll
Syntax
public interface IMultiSelectionComboBoxItem
Properties
| Improve this Doc View SourceDisplayName
Gets or sets the display name.
Declaration
string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Gets or sets the id.
Declaration
object Id { get; set; }
Property Value
Type | Description |
---|---|
System.Object |