Skip to main content

PropertyGridControl.TabPanel Property

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

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
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