Gets or sets whether the drop-down is currently open. This is a dependency property.

Namespace:  Mindscape.WpfPropertyGrid
Assembly:  Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public bool IsDropDownOpen { get; set; }
Visual Basic (Declaration)
Public Property IsDropDownOpen As Boolean

Remarks

Dependency Property Information
Identifier fieldIsDropDownOpenProperty
Metadata properties set to trueNone

See Also