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.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public TabCollection Buttons { get; }
Property Value
Type | Description |
---|---|
DevExpress.XtraVerticalGrid.TabCollection | An object that specifies a collection of tabs. |
See Also