Skip to main content
A newer version of this page is available. .

StepProgressBarItemContentBlock.IsEmpty Property

Returns whether this content block nas no content.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v20.2.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