Skip to main content

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

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