TabControlCommandEventArgs.Tab Property
In This Article
Gets a tab object related to the event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Description |
---|---|
Tab |
A Tab |
#Remarks
The Tab property represents a TabBase object concerned with raising the event.
See Also