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.v19.1.dll

Declaration

[DXCategory("Display Options")]
[DefaultValue(true)]
[SmartTagProperty("Show Description", "", SmartTagActionType.RefreshAfterExecute)]
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