Back to Devexpress

RepositoryItemCheckedComboBoxEdit.SelectAllItemCaption Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemcheckedcomboboxedit-d890065b.md

latest1.9 KB
Original Source

RepositoryItemCheckedComboBoxEdit.SelectAllItemCaption Property

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

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
public virtual string SelectAllItemCaption { get; set; }
vb
<DXCategory("Appearance")>
Public Overridable Property SelectAllItemCaption As String

Property Value

TypeDescription
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

SelectAllItemVisible

RepositoryItemCheckedComboBoxEdit Class

RepositoryItemCheckedComboBoxEdit Members

DevExpress.XtraEditors.Repository Namespace