Interface IComboBoxItem
Inherited Members
Namespace: ArtOfTest.WebAii.Controls.Xaml
Assembly: ArtOfTest.WebAii.dll
Syntax
public interface IComboBoxItem : IListBoxItem, IFrameworkElement, ITargetElement
Properties
ItemText
Declaration
string ItemText { get; }
Property Value
System.String
|