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