RepositoryItemCheckedComboBoxEdit.SelectAllItemCaption Property
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
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