StepProgressBarItem Properties
An item that visualizes a progress milestone or step. A StepProgressBar control stores progress items in the StepProgressBar.Items collection.| Name | Description |
|---|---|
| AllowUserInteraction | Gets or sets whether a user can move focus to the StepProgressBar item using the keyboard and select the item on click. |
| Appearance | Provides access to appearance settings for this item. |
| CanRaiseEvents protected | Gets a value indicating whether the component can raise an event. Inherited from Component. |
| Container | Gets the IContainer that contains the Component. Inherited from Component. |
| ContentBlock1 | Provides access to the first content block of this item. |
| ContentBlock2 | Provides access to the second content block of this item. |
| DesignMode protected | Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
| Enabled | Gets or sets whether the step item is enabled. Users cannot select disabled step items. |
| Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
| IsActive | Returns the current item state. |
| IsFirstItem | Indicates whether the item is the first item in the step progress bar items collection. |
| IsLastItem | Indicates whether the item is the last item in the step progress bar items collection. |
| Name | Gets or sets the item name. |
| Options | Provides access to properties that allow you to override global item settings specified in the StepProgressBar.ItemOptions section. |
| Progress | Gets or sets the current progress towards this item. |
| Site | Gets or sets the ISite of the Component. Inherited from Component. |
| State | Gets or sets whether this item is active (selected). To activate an item, you can also use StepProgressBar.SelectedItemIndex, StepProgressBar.SelectItem(StepProgressBarItem), and StepProgressBar.SelectNext() / StepProgressBar.SelectPrevious() properties and methods. |
| Tag | Gets or sets a custom object associated with the current item. |
See Also