StepProgressBarItem.Name Property
In This Article
Gets or sets the item name.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[DefaultValue("")]
[XtraSerializableProperty]
public string Name { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
The item name. |
See Also