Back to Devexpress

RepositoryItemCheckedComboBoxEdit.ShowButtons Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemcheckedcomboboxedit-32eead09.md

latest1.5 KB
Original Source

RepositoryItemCheckedComboBoxEdit.ShowButtons Property

Gets or sets whether the OK and Cancel buttons in the dropdown are visible.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Appearance")]
public virtual bool ShowButtons { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(True)>
Public Overridable Property ShowButtons As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the OK and Cancel buttons in the dropdown are visible; otherwise, false.

|

See Also

RepositoryItemCheckedComboBoxEdit Class

RepositoryItemCheckedComboBoxEdit Members

DevExpress.XtraEditors.Repository Namespace