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

    Returns the current item state.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    [Browsable(false)]
    public bool IsActive { get; }

    Property Value

    Type Description
    Boolean

    true if the item is active (selected); otherwise, false.

    See Also