Skip to main content

ProgressPanel.ShowDescription Property

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

Namespace: DevExpress.XtraWaitForm

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: 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