Back to Devexpress

TabPanelCustomizeEventArgs.Buttons Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-events-dot-tabpanelcustomizeeventargs-e00d6b18.md

latest1.6 KB
Original Source

TabPanelCustomizeEventArgs.Buttons Property

Gets the collection of tabs (buttons) displayed in the panel. This property is obsolete. Use the Tabs property instead.

Namespace : DevExpress.XtraVerticalGrid.Events

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

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

Property Value

TypeDescription
DevExpress.XtraVerticalGrid.TabCollection

An object that specifies a collection of tabs.

|

See Also

TabPanelCustomizeEventArgs Class

TabPanelCustomizeEventArgs Members

DevExpress.XtraVerticalGrid.Events Namespace