Back to Devexpress

PropertyGridControl.TabPanel Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-propertygridcontrol-430f8071.md

latest1.8 KB
Original Source

PropertyGridControl.TabPanel Property

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

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public TabPanel TabPanel { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public ReadOnly Property TabPanel As TabPanel

Property Value

TypeDescription
DevExpress.XtraVerticalGrid.TabPanel

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

|

See Also

Tabs

AppearanceTab

TabPanelCustomize

Office View

PropertyGridControl Class

PropertyGridControl Members

DevExpress.XtraVerticalGrid Namespace