Gets or sets a value indicating whether the drop-down panel is open. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Common.Wpf
SyntaxC#
Copy Code
|
|---|
public bool IsDropDownOpen { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property IsDropDownOpen As Boolean |
true if the drop-down panel is open; otherwise, false.
See Also