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.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

[DefaultValue(true)]
[DXCategory("Appearance")]
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