Back to Devexpress

ProgressPanel.ShowDescription Property

windowsforms-devexpress-dot-xtrawaitform-dot-progresspanel-d6ba6fda.md

latest1.9 KB
Original Source

ProgressPanel.ShowDescription Property

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

Namespace : DevExpress.XtraWaitForm

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Display Options")]
public bool ShowDescription { get; set; }
vb
<DXCategory("Display Options")>
<DefaultValue(True)>
Public Property ShowDescription As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

Remarks

See ProgressPanel.ShowCaption to learn more.

See Also

Caption

Description

ShowCaption

ShowDescription

AppearanceCaption

AppearanceDescription

ProgressPanel Class

ProgressPanel Members

DevExpress.XtraWaitForm Namespace