[]
Gets or sets a value indicates whether a GcComboBox that is open and displays a drop-down control will remain open when a user clicks the TextBox. This is a dependency property.
public bool StaysOpenOnEdit { get; set; }
Public Property StaysOpenOnEdit As Boolean
Type | Description |
---|---|
bool | true if remain open when drop-down window open; otherwise, false. The default is false. |