Syncfusion.EJ2.AspNet.Core by Syncfusion Inc.

<PackageReference Include="Syncfusion.EJ2.AspNet.Core" Version="19.3.0.55" />

.NET API 3,343,360 bytes

 Tab

public class Tab : EJTagHelper
public string Added { get; set; }

public string Adding { get; set; }

public bool AllowDragAndDrop { get; set; }

public TabTabAnimationSettings Animation { get; set; }

public MvcTemplate<object> ContentTemplate { get; set; }

public string Created { get; set; }

public string CssClass { get; set; }

public string Destroyed { get; set; }

public string DragArea { get; set; }

public string Dragged { get; set; }

public string Dragging { get; set; }

public bool EnableHtmlSanitizer { get; set; }

public bool EnablePersistence { get; set; }

public bool EnableRtl { get; set; }

public HeaderPosition HeaderPlacement { get; set; }

public string Height { get; set; }

public HeightStyles HeightAdjustMode { get; set; }

public object HtmlAttributes { get; set; }

public List<TabTabItem> Items { get; set; }

public ContentLoad LoadOn { get; set; }

public string Locale { get; set; }

public string OnDragStart { get; set; }

public OverflowMode OverflowMode { get; set; }

public string Removed { get; set; }

public string Removing { get; set; }

public double ScrollStep { get; set; }

public string Selected { get; set; }

public double SelectedItem { get; set; }

public string Selecting { get; set; }

public bool ShowCloseButton { get; set; }

public string Width { get; set; }

public Tab()