Skip to main content
A newer version of this page is available. .

StepProgressBarItem.Tag Property

Gets or sets a custom object associated with the current item.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

[DefaultValue(null)]
[DXCategory("Data")]
public object Tag { get; set; }

Property Value

Type Default Description
Object null

The custom object associated with the item.

See Also