Skip to main content
All docs
V25.1
  • StepProgressBarItem.Name Property

    Gets or sets the item name.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v25.1.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