Back to Devexpress

RepositoryItemLookUpEdit.ShowPopupButtons Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemlookupedit-4e362792.md

latest2.1 KB
Original Source

RepositoryItemLookUpEdit.ShowPopupButtons Property

Gets or sets whether to display OK and Cancel buttons in the popup.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(DefaultBoolean.Default)]
[DXCategory("Appearance")]
public virtual DefaultBoolean ShowPopupButtons { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(DefaultBoolean.Default)>
Public Overridable Property ShowPopupButtons As DefaultBoolean

Property Value

TypeDefaultDescription
DefaultBooleanDefault

true to display OK and Cancel buttons in the popup; otherwise, false.

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

Remarks

In multiple item selection mode, the editor’s popup displays the OK and Cancel buttons:

See Also

RepositoryItemLookUpEdit Class

RepositoryItemLookUpEdit Members

DevExpress.XtraEditors.Repository Namespace