StepProgressBarItemHyperlinkClickEventArgs.Item Property
In This Article
Specifies the item that contains the hyperlink.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public StepProgressBarItem Item { get; }
#Property Value
Type | Description |
---|---|
Step |
Returns the item that contains the hyperlink. |
See Also