ProgressPanel.ViewInfo Property
In This Article
Returns the object which contains internal information used to render the control.
Namespace: DevExpress.XtraWaitForm
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public ProgressPanelViewInfo ViewInfo { get; }
#Property Value
Type | Description |
---|---|
DevExpress. |
A DevExpress. |
#Remarks
This member supports the internal infrastructure, and is not intended to be used directly from your code.
See Also