Back to Devexpress

TabFormControlBase.ViewInfo Property

windowsforms-devexpress-dot-xtrabars-dot-tabformcontrolbase-cbd8d24e.md

latest1.3 KB
Original Source

TabFormControlBase.ViewInfo Property

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

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public TabFormControlViewInfoBase ViewInfo { get; }
vb
<Browsable(False)>
Public ReadOnly Property ViewInfo As TabFormControlViewInfoBase

Property Value

TypeDescription
DevExpress.XtraBars.TabFormControlViewInfoBase

A DevExpress.XtraBars.TabFormControlViewInfoBase 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

TabFormControlBase Class

TabFormControlBase Members

DevExpress.XtraBars Namespace