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.v24.1.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