Back to Devexpress

RepositoryItemCheckedComboBoxEdit.ShowAllItemVisible Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemcheckedcomboboxedit-f3e363b5.md

latest1.9 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(true)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the SelectAllItemVisible property instead.")]
public virtual bool ShowAllItemVisible { get; set; }
vb
<Obsolete("Use the SelectAllItemVisible property instead.")>
<DefaultValue(True)>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable Property ShowAllItemVisible As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

See Also

SelectAllItemVisible

RepositoryItemCheckedComboBoxEdit Class

RepositoryItemCheckedComboBoxEdit Members

DevExpress.XtraEditors.Repository Namespace