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

NavigatorBase.ViewInfo Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

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

Property Value

Type Description
DevExpress.XtraEditors.ViewInfo.NavigatorControlViewInfo

A DevExpress.XtraEditors.ViewInfo.NavigatorControlViewInfo object which contains internal information used to render the control.

Remarks

This property supports the control’s internal infrastructure, and typically there is no need to use it directly in your code.

See Also