InterfaceIComboBoxItem
Interface
Represents interface for the Xaml ComboBoxItem control wrappers.
Definition
Namespace:ArtOfTest.WebAii.Controls.Xaml
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public interface IComboBoxItem : IListBoxItem, IFrameworkElement, ITargetElement
Derived Classes:
Inherited Members
Properties
ItemText
Get the item text.
ParentComboBox
Get the parent ComboBox element.