Skip to main content
A newer version of this page is available. .

RepositoryItemCheckedComboBoxEdit.SelectAllItemCaption Property

Gets or sets whether the ‘Select All’ check item is visible.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[DXCategory("Appearance")]
public virtual string SelectAllItemCaption { get; set; }

Property Value

Type Description
String

A string that specifies the ‘Select All’ item’s caption.

Remarks

The ‘Select All’ check item, displayed at the top of the dropdown window, allows an end-user to check/uncheck all items in the dropdown. Use the SelectAllItemCaption property to rename the item. To hide/show the item, use the RepositoryItemCheckedComboBoxEdit.SelectAllItemVisible property.

See Also