Skip to main content

StepProgressBarItemContentBlock.IsEmpty Property

Returns whether this content block has no content.

Namespace: DevExpress.XtraEditors

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