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

PropertyGridControl.TabPanelCustomize Event

Fires when the control is about to be loaded, allowing you to customize the panel that displays tabs available in the Office View.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v19.1.dll

Declaration

public event TabPanelCustomizeEventHandler TabPanelCustomize

Event Data

The TabPanelCustomize event's data class is DevExpress.XtraVerticalGrid.Events.TabPanelCustomizeEventArgs.

Remarks

The TabPanelCustomize event fires when the control is about to be loaded, and provides access to the collection of tabs with the Buttons event argument. Create the required tabs and add them to the collection. See the Office View topic for an example.

See Also