TabReorderEventArgs.ToTabInfo Property
In This Article
Returns information about the destination tab.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public ITabInfo ToTabInfo { get; }
#Property Value
Type | Description |
---|---|
ITab |
An object that contains information about the tab. |
See Also