UpdateDisplayIsDetailsOpen Property |
Gets or sets a value indicating whether or the details popup is open.
Namespace: Kjs.AppLife.Update.WpfAssembly: Kjs.AppLife.Update.Wpf (in Kjs.AppLife.Update.Wpf.dll) Version: 5.1.0.0 (5.1.0.0)
Syntaxpublic bool IsDetailsOpen { get; set; }
Public Property IsDetailsOpen As Boolean
Get
Set
public:
property bool IsDetailsOpen {
bool get ();
void set (bool value);
}
member IsDetailsOpen : bool with get, set
Property Value
Type:
Boolean
See Also