Skip to main content
.NET 6.0+

ChoiceActionItemCollection.Count Property

Returns the number of ChoiceActionItem objects contained in the current ChoiceActionItemCollection.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v24.1.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public int Count { get; }

Property Value

Type Description
Int32

An integer value specifying the number of ChoiceActionItem objects contained in the current ChoiceActionItemCollection.

See Also