Skip to main content

RepositoryItemCheckedComboBoxEdit.ShowButtons Property

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: 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