Skip to main content

TabbedGroup.ViewInfo Property

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

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
DevExpress.XtraLayout.ViewInfo.TabbedGroupViewInfo

A DevExpress.XtraLayout.ViewInfo.TabbedGroupViewInfo object.

See Also