RepositoryItemCheckedComboBoxEdit.ShowButtons Property
Gets or sets whether the OK and Cancel buttons in the dropdown are visible.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.1.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