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