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

ProgressPanel.ShowDescription Property

Gets or sets whether the control’s ProgressPanel.Description is visible.

Namespace: DevExpress.XtraWaitForm

Assembly: DevExpress.XtraEditors.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

[DefaultValue(true)]
[DXCategory("Display Options")]
public bool ShowDescription { get; set; }

Property Value

Type Default Description
Boolean **true**

true if the control’s ProgressPanel.Description is visible; otherwise, false.

Remarks

See ProgressPanel.ShowCaption to learn more.

See Also