RepositoryItemCheckedComboBoxEdit.ShowAllItemVisible Property
OBSOLETE
Use the Select
Gets or sets whether the ‘Select All’ check item is visible.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.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. |