ProgressPanel.ShowDescription Property
In This Article
Gets or sets whether the control’s ProgressPanel.Description is visible.
Namespace: DevExpress.XtraWaitForm
Assembly: DevExpress.XtraEditors.v24.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 Progress |
#Remarks
See ProgressPanel.ShowCaption to learn more.
See Also