Class MultiSelectionComboBoxItem
Represents the display-item.
Inheritance
System.Object
MultiSelectionComboBoxItem
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.UI.Control
Assembly: Simplic.UI.dll
Syntax
public class MultiSelectionComboBoxItem : IMultiSelectionComboBoxItem
Properties
| Improve this Doc View SourceDisplayName
Gets or sets the display name.
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Gets or sets the id.
Declaration
public object Id { get; set; }
Property Value
Type | Description |
---|---|
System.Object |