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

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

Declaration

[Browsable(false)]
[DefaultValue(true)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the SelectAllItemVisible property instead.")]
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