TabClickEventArgs Properties
Contains data for the DxTabs.TabClick or DxTabBase.Click events.
Name | Description |
---|---|
Mouse |
The Blazor’s built-in Mouse |
Tab |
Gets the clicked tab’s index. |
Tab |
Returns information about a tab related to the event. |
See Also