PropertyGridControl.TabPanel Property
Provides access to an object representing the tab panel available in the Office View.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.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. |
See Also