Skip to main content
A newer version of this page is available. .

ProgressPanel.ViewInfo Property

Returns the object which contains internal information used to render the control.

Namespace: DevExpress.XtraWaitForm

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[Browsable(false)]
public ProgressPanelViewInfo ViewInfo { get; }

Property Value

Type Description
DevExpress.XtraWaitForm.ProgressPanelViewInfo

A DevExpress.XtraWaitForm.ProgressPanelViewInfo object which contains internal information used to render the control.

Remarks

This member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also