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