Back to Devexpress

RepositoryItemTimeEdit.ShowDropDown Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemtimeedit-cd0c7d4c.md

latest3.1 KB
Original Source

RepositoryItemTimeEdit.ShowDropDown Property

Gets or sets whether the popup window can be opened by clicking the edit box and whether a single or double click is required.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(true)]
[EditorBrowsable(EditorBrowsableState.Always)]
public override ShowDropDown ShowDropDown { get; set; }
vb
<Browsable(True)>
<EditorBrowsable(EditorBrowsableState.Always)>
Public Overrides Property ShowDropDown As ShowDropDown

Property Value

TypeDescription
ShowDropDown

A ShowDropDown enumeration value.

|

Available values:

NameDescription
Never

Clicking within the text region does not activate the popup window. A popup window appears only when pressing the RepositoryItemPopupBase.CloseUpKey key or Alt + DownArrow key, or calling the editor’s PopupBaseEdit.ShowPopup method.

| | SingleClick |

A popup window is activated when a user clicks within the text region of a control.

| | DoubleClick |

A popup window is activated when a user double-clicks within the text region of a control.

Note: the value is in effect when the RepositoryItemButtonEdit.TextEditStyle property is set to TextEditStyles.Standard as well.

|

Remarks

The ShowDropDown property is supported in the TouchUI mode (see RepositoryItemTimeEdit.TimeEditStyle), where the TimeEdit control provides a dropdown window for editing time values. See the base RepositoryItemPopupBase.ShowDropDown property to learn more.

See Also

TimeEditStyle

ShowDropDown

RepositoryItemTimeEdit Class

RepositoryItemTimeEdit Members

DevExpress.XtraEditors.Repository Namespace