Skip to main content
All docs
V25.1
  • StepProgressBarItemContentBlock.IsEmpty Property

    Returns whether this content block has no content.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

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

    Property Value

    Type Description
    Boolean

    true if this block does not have a caption, description, or image; otherwise, false.

    See Also