WizardStepCollection::Count Property
.NET Framework (current version)
Gets the number of WizardStepBase-derived objects in the Wizard control's WizardStepCollection collection.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::Int32The number of WizardStepBase-derived objects in the Wizard control.
Implements
ICollection::CountUse the Count property to determine the number of WizardStepBase-derived objects in the WizardStepCollection collection. The Count property is commonly used when iterating through the collection to determine its upper bound.
.NET Framework
Available since 2.0
Available since 2.0
Show: