Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RepositoryItemCheckedComboBoxEdit.SelectAllItemCaption Property

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

[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