Skip to main content
A newer version of this page is available. .

RepositoryItemCheckedComboBoxEdit.ShowButtons Property

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[DXCategory("Appearance")]
[DefaultValue(true)]
public virtual bool ShowButtons { get; set; }

Property Value

Type Default Description
Boolean **true**

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

See Also