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

RepositoryItemCheckedComboBoxEdit.ShowAllItemVisible Property

OBSOLETE

Use the SelectAllItemVisible property instead.

Gets or sets whether the ‘Select All’ check item is visible.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[Obsolete("Use the SelectAllItemVisible property instead.")]
[DefaultValue(true)]
[Browsable(false)]
public virtual bool ShowAllItemVisible { get; set; }

Property Value

Type Default Description
Boolean **true**

true if the ‘Select All’ item is visible; otherwise, false.

See Also