Skip to main content
.NET 8.0+

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

ChoiceActionItemCollection Properties

Represents a binding list of ChoiceActionItem objects.
Name Description
Count Returns the number of ChoiceActionItem objects contained in the current ChoiceActionItemCollection.
FirstActiveItem Returns the Choice Action Item which is the first that is currently active.
HasSingleVisibleItem
IsFixedSize Indicates whether the ChoiceActionItemCollection has a fixed size.
IsReadOnly Indicates whether the current ChoiceActionItemCollection is read-only.
IsSynchronized Indicates whether access to the ChoiceActionItemCollection is synchronized (thread safe).
Item[Int32] Gets or sets the ChoiceActionItem at the specified index.
SyncRoot Gets an object that can be used to synchronize access to the ChoiceActionItemCollection.
See Also