Interface IListBoxItem
Inherited Members
Namespace: ArtOfTest.WebAii.Controls.Xaml
Assembly: ArtOfTest.WebAii.dll
Syntax
public interface IListBoxItem : IFrameworkElement, ITargetElement
Properties
IsSelected
Declaration
bool IsSelected { get; set; }
Property Value
System.Boolean
|