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

BarDockControl.ViewInfo Property

Gets the bar dock control’s view information.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public virtual DockControlViewInfo ViewInfo { get; }

Property Value

Type Description
DevExpress.XtraBars.ViewInfo.DockControlViewInfo

A DevExpress.XtraBars.ViewInfo.DockControlViewInfo object that provides view information on all the control’s elements.

See Also