Skip to main content

StepProgressBarItem.Name Property

Gets or sets the item name.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[XtraSerializableProperty]
public string Name { get; set; }

Property Value

Type Description
String

The item name.

See Also