StepProgressBarItem.Name Property
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.Empty | The item name. |
See Also