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

PropertyGridControl.TabPanel Property

Provides access to an object representing the tab panel available in the Office View.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v19.2.dll

Declaration

[Browsable(false)]
public TabPanel TabPanel { get; }

Property Value

Type Description
DevExpress.XtraVerticalGrid.TabPanel

A DevExpress.XtraVerticalGrid.TabPanel object representing the tab panel.

Remarks

The following vertical grid options affect appearance of the tab panel:

See Also