PropertyGridControl.TabPanel Property
Provides access to an object representing the tab panel available in the Office View.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.1.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:
- BaseOptionsView.AllowHtmlText—specifies whether tab captions are formatted using HTML tags;
- BaseOptionsView.AllowGlyphSkinning—specifies whether tab icons are painted using the tab foreground color;
- PropertyGridControl.AppearanceTab—provides access to tab appearance settings.
See Also