Skip to main content

StepProgressBar.NullText Property

Gets or sets text that StepProgressBar displays when it has no items.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Appearance")]
public string NullText { get; set; }

Property Value

Type Description
String

Text that StepProgressBar displays when it contains no items.

See Also