Syncfusion.Blazor.RichTextEditor
by: Syncfusion Inc.
- 1.094k total downloads
- Latest version: 33.1.47
Syncfusion® Blazor Rich Text Editor component for composing and formatting HTML content in .NET Blazor apps. Supports toolbar, markdown, paste cleanup, formats, and extensible plugins.
Syncfusion.Blazor.SfPdfViewer
by: Syncfusion Inc.
- 1.43k total downloads
- Latest version: 33.1.47
This package provides the functionality to utilize the features of Syncfusion® Blazor PDF
Viewer component and more.
Syncfusion.Blazor.Spinner
by: Syncfusion Inc.
- 2.221k total downloads
- Latest version: 33.1.47
Syncfusion® Blazor Spinner component for displaying loading states and progress indicators. Provides lightweight, accessible, and customizable spinners with multiple animation styles, themes, and sizes for modern Blazor applications.
Syncfusion.Blazor.SplitButtons
by: Syncfusion Inc.
- 2.08k total downloads
- Latest version: 33.1.46
Syncfusion® Provides Blazor button components for building advanced button interfaces. Includes Button Group for grouped controls, Dropdown Menu with nested options, Split Button for dual-action triggers, and Progress Button with loading states and animations.
Syncfusion.Blazor.Themes
by: Syncfusion Inc.
- 1.785k total downloads
- Latest version: 33.1.47
This package contains the Syncfusion® Blazor component themes as static web assets for Blazor applications.
Syncfusion.Blazor.TreeGrid
by: Syncfusion Inc.
- 1.086k total downloads
- Latest version: 33.1.47
Syncfusion® Blazor TreeGrid component for displaying hierarchical tabular data in .NET Blazor apps. Supports row hierarchy, sorting, filtering, paging, editing, virtualization, and export.
Syncfusion.Blazor.WordProcessor
by: Syncfusion Inc.
- 2.303k total downloads
- Latest version: 33.1.47
This package provides the functionality to utilize the features of Syncfusion® Blazor Word Processor (Document Editor) component and more.
Syncfusion.Core.WinForms
by: Syncfusion Inc.
- 1.63k total downloads
- Latest version: 33.1.47
This package provides the functionality to utilize the features of Syncfusion® WinForms Button, Form, ToolTip, Scroll Frame, Skin Manager and ToolTip.
Syncfusion.DocIO.WinForms
by: Syncfusion Inc.
- 1.559k total downloads
- Latest version: 20.4.0.54
This package provides the functionality to utilize the features of Syncfusion WinForms DocIO Library and more.
Syncfusion.DocToPDFConverter.WinForms
by: Syncfusion Inc.
- 1.563k total downloads
- Latest version: 20.4.0.54
This package provides the functionality to utilize the features of Syncfusion WinForms Word To Pdf converter library and more.
Syncfusion.Grid.Windows
by: Syncfusion Inc.
- 2.525k total downloads
- Latest version: 33.1.47
This package provides the functionality to utilize the features of Syncfusion® WinForms Grid Control and Multicolumn Listbox.
Syncfusion.Licensing
by: Syncfusion Inc.
- 956 total downloads
- Latest version: 20.4.0.54
Syncfusion licensing is a .NET library for validating the registered Syncfusion license in an application at runtime. The Syncfusion license must be registered in an application when using the Syncfusion evaluation build or NuGet package assemblies.
Documentation: https://help.syncfusion.com/common/essential-studio/licensing/license-key?utm_source=nuget&utm_medium=listing
Support:
Incident: https://www.syncfusion.com/support/directtrac/incidents/newincident?utm_source=nuget&utm_medium=listing
Forum: https://www.syncfusion.com/forums/general?utm_source=nuget&utm_medium=listing
This is a commercial product and requires a paid license for possession or use. Syncfusion�s licensed software, including this component, is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/?utm_source=nuget&utm_medium=listing). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products?utm_source=nuget&utm_medium=listing or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials?utm_source=nuget&utm_medium=listing).
� Copyright 2023 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
Syncfusion.Pdf.WinForms
by: Syncfusion Inc.
- 1.497k total downloads
- Latest version: 20.4.0.54
This package provides the functionality to utilize the features of Syncfusion WinForms PDF library and more.
Syncfusion.PdfViewer.Windows
by: Syncfusion Inc.
- 2.505k total downloads
- Latest version: 33.1.47
This package provides the functionality to utilize the features of Syncfusion® WinForms PDF Viewer control and more.
Syncfusion.Shared.Base
by: Syncfusion Inc.
- 2.17k total downloads
- Latest version: 33.1.47
This package provides the functionality to utilize the features of Syncfusion® Winforms Card Layout, Flow Layout, Gradient Panel, Grid Layout,Navigation Pane, MakedTextBox, MessageBox, Popup, progressBar, TextBox, Editable ListBox, Folder Browser, Border Layout, Splash Screen, Office 2007 Form, and Grid Bag Layout.
Syncfusion.Tools.Windows
by: Syncfusion Inc.
- 1.703k total downloads
- Latest version: 33.1.47
This package provides the functionality to utilize the features of Syncfusion® WinForms Autocomplete, Carousel, Menu, Multicolumn ComboBox, Color Picker, Docking Manager, Hub Tile, Navigation Drawer, Navigation View, Radial Menu, Radial Slider, Range Slider, Rating, Ribbon, Spell Checker, Split Container, Status Bar, Tab Control, Tile Layout, Tree Navigator, TreeView, Wizard, Tabbed Form, Image streamer, Context menu strip, Trackbar, and Status strip.
System.AppContext
by: Microsoft
- 24 total downloads
- Latest version: 4.0.0-beta-22816
Provides the System.AppContext class, which allows access to the BaseDirectory property and other application specific data.
Commonly Used Types:
System.AppContext
System.Collections
by: Microsoft
- 18 total downloads
- Latest version: 4.0.10-beta-22816
Provides classes that define generic collections, which allow developers to create strongly typed collections that provide better type safety and performance than non-generic strongly typed collections.
Commonly Used Types:
System.Collections.Generic.List<T>
System.Collections.Generic.Dictionary<TKey, TValue>
System.Collections.Generic.Queue<T>
System.Collections.Generic.Stack<T>
System.Collections.Generic.HashSet<T>
System.Collections.Generic.LinkedList<T>
System.Collections.Generic.EqualityComparer<T>
System.Collections.Generic.Comparer<T>
System.Collections.Generic.SortedDictionary<TKey, TValue>
System.Collections.Concurrent
by: Microsoft
- 16 total downloads
- Latest version: 4.0.10-beta-22816
Provides several thread-safe collection classes that should be used in place of the corresponding types in the System.Collections.NonGeneric and System.Collections packages whenever multiple threads are accessing the collection concurrently.
Commonly Used Types:
System.Collections.Concurrent.ConcurrentDictionary<TKey, TValue>
System.Collections.Concurrent.ConcurrentQueue<T>
System.Collections.Concurrent.ConcurrentBag<T>
System.Collections.Concurrent.BlockingCollection<T>
System.Collections.Concurrent.ConcurrentStack<T>
System.Collections.NonGeneric
by: Microsoft
- 21 total downloads
- Latest version: 4.0.0-beta-22816
Provides classes that define older non-generic collections of objects, such as lists, queues, hash tables and dictionaries. Developers should prefer the generic collections in the System.Collections package.
Commonly Used Types:
System.Collections.ArrayList
System.Collections.Hashtable
System.Collections.CollectionBase
System.Collections.ReadOnlyCollectionBase
System.Collections.Stack
System.Collections.SortedList
System.Collections.DictionaryBase
System.Collections.Queue
System.Collections.Comparer
System.Collections.CaseInsensitiveComparer