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

TabbedGroup.ViewInfo Property

Gets the object which contains the information used to render the tabbed group.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.2.dll

Declaration

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

Property Value

Type Description
DevExpress.XtraLayout.ViewInfo.TabbedGroupViewInfo

A DevExpress.XtraLayout.ViewInfo.TabbedGroupViewInfo object.

See Also