Back to Devexpress

BaseCheckedListBoxControl.CheckedItemsCount Property

windowsforms-devexpress-dot-xtraeditors-dot-basecheckedlistboxcontrol-e20df648.md

latest1.6 KB
Original Source

BaseCheckedListBoxControl.CheckedItemsCount Property

Returns the number of checked items in the BaseCheckedListBoxControl.Items collection.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public int CheckedItemsCount { get; }
vb
<Browsable(False)>
Public ReadOnly Property CheckedItemsCount As Integer

Property Value

TypeDescription
Int32

An integer value that specifies the number of checked items.

|

Remarks

This property is not supported in bound mode. See BaseCheckedListBoxControl.Items to learn more.

See Also

Items

BaseCheckedListBoxControl Class

BaseCheckedListBoxControl Members

DevExpress.XtraEditors Namespace