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

    Returns whether this content block has no content.

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraEditors.v26.1.dll

    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