StepProgressBarItem Properties
An item that visualizes a progress milestone or step. A StepProgressBar control stores progress items in the StepProgressBar.Items collection.
Name | Description |
---|---|
Appearance | Provides access to appearance settings for this item. |
Can |
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. |
Content |
Provides access to the first content block of this item. |
Content |
Provides access to the second content block of this item. |
Design |
Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
Is |
Returns the current item state. |
Is |
Indicates whether the item is the first item in the step progress bar items collection. |
Is |
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 Step |
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 Step |
Tag | Gets or sets a custom object associated with the current item. |
See Also