diff --git a/controls/chartview/getting-started.md b/controls/chartview/getting-started.md index 164c8633e..d537ede05 100644 --- a/controls/chartview/getting-started.md +++ b/controls/chartview/getting-started.md @@ -16,6 +16,8 @@ This article shows how you can start using **RadChartView**. To use `RadChartView` when working with NuGet packages, install the `Telerik.UI.for.WinForms.AllControls` package. The [package target framework version may vary]({%slug winforms-available-nugets%}). +If you don’t need all controls, you can instead install a more lightweight package targeting only RadChartView: **UI.for.WinForms.ChartView**. This package has a dependency on **UI.for.WinForms.Common**, which will be automatically installed when adding the **ChartView NuGet**. + Read more about NuGet installation in the [Install using NuGet Packages]({%slug winforms/nuget%}) article. >tip With the 2025 Q1 release, the Telerik UI for WinForms has a new licensing mechanism. You can learn more about it [here]({%slug license-key%}). diff --git a/controls/diagram/getting-started.md b/controls/diagram/getting-started.md index d2c51f598..9b60db16d 100644 --- a/controls/diagram/getting-started.md +++ b/controls/diagram/getting-started.md @@ -17,6 +17,8 @@ This article shows how you can start using **RadDiagram**. To use `RadDiagram` when working with NuGet packages, install the `Telerik.UI.for.WinForms.AllControls` package. The [package target framework version may vary]({%slug winforms-available-nugets%}). +If you don’t need all controls, you can instead install a more lightweight package targeting only RadDiagram: **UI.for.WinForms.RadDiagram**. This package has a dependency on **UI.for.WinForms.Common**, and **UI.for.WinForms.Dock**, that will be automatically installed when adding the **RadDiagram NuGet**. + Read more about NuGet installation in the [Install using NuGet Packages]({%slug winforms/nuget%}) article. >tip With the 2025 Q1 release, the Telerik UI for WinForms has a new licensing mechanism. You can learn more about it [here]({%slug license-key%}). diff --git a/controls/dock/getting-started.md b/controls/dock/getting-started.md index 277108eaa..c2635da40 100644 --- a/controls/dock/getting-started.md +++ b/controls/dock/getting-started.md @@ -17,6 +17,8 @@ This article shows how you can start using **RadDock**. To use `RadDock` when working with NuGet packages, install the `Telerik.UI.for.WinForms.AllControls` package. The [package target framework version may vary]({%slug winforms-available-nugets%}). +If you don’t need all controls, you can instead install a more lightweight package targeting only RadDock: **UI.for.WinForms.Dock**. This package has a dependency on **UI.for.WinForms.Common**, which will be automatically installed when adding the **Dock NuGet**. + Read more about NuGet installation in the [Install using NuGet Packages]({%slug winforms/nuget%}) article. >tip With the 2025 Q1 release, the Telerik UI for WinForms has a new licensing mechanism. You can learn more about it [here]({%slug license-key%}). diff --git a/controls/gridview/getting-started.md b/controls/gridview/getting-started.md index 0e884c973..56896973b 100644 --- a/controls/gridview/getting-started.md +++ b/controls/gridview/getting-started.md @@ -21,6 +21,8 @@ This article shows how you can start using **RadGridView**. To use `RadGridView` when working with NuGet packages, install the `Telerik.UI.for.WinForms.AllControls` package. The [package target framework version may vary]({%slug winforms-available-nugets%}). +If you don’t need all controls, you can instead install a more lightweight package targeting only RadGridView: **UI.for.WinForms.GridView**. This package has a dependency on **UI.for.WinForms.Common**, which will be automatically installed when adding the GridView NuGet. + Read more about NuGet installation in the [Install using NuGet Packages]({%slug winforms/nuget%}) article. >tip With the 2025 Q1 release, the Telerik UI for WinForms has a new licensing mechanism. You can learn more about it [here]({%slug license-key%}). diff --git a/controls/map/getting-started.md b/controls/map/getting-started.md index 4bd8fbc6c..64b870129 100644 --- a/controls/map/getting-started.md +++ b/controls/map/getting-started.md @@ -16,6 +16,8 @@ This tutorial will help you to quickly get started using the control. To use `RadMap` when working with NuGet packages, install the `Telerik.UI.for.WinForms.AllControls` package. The [package target framework version may vary]({%slug winforms-available-nugets%}). +If you don’t need all controls, you can instead install a more lightweight package targeting only RadMap: **UI.for.WinForms.RadMap**. This package has a dependency on **UI.for.WinForms.Common**, which will be automatically installed when adding the **RadMap NuGet**. + Read more about NuGet installation in the [Install using NuGet Packages]({%slug winforms/nuget%}) article. >tip With the 2025 Q1 release, the Telerik UI for WinForms has a new licensing mechanism. You can learn more about it [here]({%slug license-key%}). diff --git a/controls/pdfviewer/getting-started.md b/controls/pdfviewer/getting-started.md index b9841ff44..d96d0ef39 100644 --- a/controls/pdfviewer/getting-started.md +++ b/controls/pdfviewer/getting-started.md @@ -21,6 +21,8 @@ This tutorial will help you to quickly get started using the control. To use `RadPdfViewer` when working with NuGet packages, install the `Telerik.UI.for.WinForms.AllControls` package. The [package target framework version may vary]({%slug winforms-available-nugets%}). +If you don’t need all controls, you can instead install a more lightweight package targeting only RadPdfViewer: **UI.for.WinForms.PdfViewer**. This package has a dependency on **UI.for.WinForms.Common**, **Telerik.Windows.Documents.Core**, and **Telerik.Windows.Documents.Fixed**, that will be automatically installed when adding the **PdfViewer NuGet**. + Read more about NuGet installation in the [Install using NuGet Packages]({%slug winforms/nuget%}) article. >tip With the 2025 Q1 release, the Telerik UI for WinForms has a new licensing mechanism. You can learn more about it [here]({%slug license-key%}). diff --git a/controls/richtexteditor/getting-started/getting-started.md b/controls/richtexteditor/getting-started/getting-started.md index 6d66be933..9fdecff17 100644 --- a/controls/richtexteditor/getting-started/getting-started.md +++ b/controls/richtexteditor/getting-started/getting-started.md @@ -17,6 +17,11 @@ This tutorial will help you to quickly get started using the control. To use `RadRichTextEditor` when working with NuGet packages, install the `Telerik.UI.for.WinForms.AllControls` package. The [package target framework version may vary]({%slug winforms-available-nugets%}). +If you don’t need all controls, you can instead install a more lightweight package targeting only RadRichTextEditor: **UI.for.WinForms.RichTextEditor**. This package has a dependency on the following NuGets, that will be automatically installed when adding the **RichTextEditor NuGet**. + +* __UI.for.WinForms.Common__ +* __Telerik.Windows.Documents.Core__ + Read more about NuGet installation in the [Install using NuGet Packages]({%slug winforms/nuget%}) article. >tip With the 2025 Q1 release, the Telerik UI for WinForms has a new licensing mechanism. You can learn more about it [here]({%slug license-key%}). diff --git a/controls/spellchecker/getting-started.md b/controls/spellchecker/getting-started.md index 8072e3ddd..5978f5a82 100644 --- a/controls/spellchecker/getting-started.md +++ b/controls/spellchecker/getting-started.md @@ -17,6 +17,8 @@ This tutorial will help you to quickly get started using the control. To use `RadSpellChecker` when working with NuGet packages, install the `Telerik.UI.for.WinForms.AllControls` package. The [package target framework version may vary]({%slug winforms-available-nugets%}). +If you don’t need all controls, you can instead install a more lightweight package targeting only RadSpellChecker: **UI.for.WinForms.SpellChecker**. This package has a dependency on **UI.for.WinForms.Common**, which will be automatically installed when adding the **SpellChecker NuGet**. + Read more about NuGet installation in the [Install using NuGet Packages]({%slug winforms/nuget%}) article. >tip With the 2025 Q1 release, the Telerik UI for WinForms has a new licensing mechanism. You can learn more about it [here]({%slug license-key%}). diff --git a/controls/spreadsheet/getting-started/getting-started.md b/controls/spreadsheet/getting-started/getting-started.md index 2fbb426a3..2f4a79170 100644 --- a/controls/spreadsheet/getting-started/getting-started.md +++ b/controls/spreadsheet/getting-started/getting-started.md @@ -16,6 +16,17 @@ This tutorial will help you to quickly get started using the control. To use `RadSpreadsheet` when working with NuGet packages, install the `Telerik.UI.for.WinForms.AllControls` package. The [package target framework version may vary]({%slug winforms-available-nugets%}). +If you don’t need all controls, you can instead install a more lightweight package targeting only RadSpreadsheet: **UI.for.WinForms.RadSpreadsheet**. This package has a dependency on the following NuGets, that will be automatically installed when adding the **RadSpreadsheet NuGet**. + +* __UI.for.WinForms.Common__ +* __UI.for.WinForms.GridView__ +* __UI.for.WinForms.ChartView__ +* __Telerik.Windows.Documents.Core__ +* __Telerik.Windows.Documents.Spreadsheet__ +* __Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml__ +* __Telerik.Windows.Documents.Spreadsheet.FormatProviders.Pdf__ +* __Telerik.Windows.Documents.Spreadsheet.FormatProviders.Xls__ + Read more about NuGet installation in the [Install using NuGet Packages]({%slug winforms/nuget%}) article. >tip With the 2025 Q1 release, the Telerik UI for WinForms has a new licensing mechanism. You can learn more about it [here]({%slug license-key%}). diff --git a/controls/syntax-editor/getting-started.md b/controls/syntax-editor/getting-started.md index 46fe1d08d..e2d44d989 100644 --- a/controls/syntax-editor/getting-started.md +++ b/controls/syntax-editor/getting-started.md @@ -16,6 +16,8 @@ This tutorial will help you to quickly get started using the control. To use `RadSyntaxEditor` when working with NuGet packages, install the `Telerik.UI.for.WinForms.AllControls` package. The [package target framework version may vary]({%slug winforms-available-nugets%}). +If you don’t need all controls, you can instead install a more lightweight package targeting only RadSyntaxEditor: **UI.for.WinForms.SyntaxEditor**. This package has a dependency on **UI.for.WinForms.Common**, which will be automatically installed when adding the **SyntaxEditor NuGet**. + Read more about NuGet installation in the [Install using NuGet Packages]({%slug winforms/nuget%}) article. >tip With the 2025 Q1 release, the Telerik UI for WinForms has a new licensing mechanism. You can learn more about it [here]({%slug license-key%}). diff --git a/controls/toast-notification/getting-started.md b/controls/toast-notification/getting-started.md index 1c461edc3..457bec202 100644 --- a/controls/toast-notification/getting-started.md +++ b/controls/toast-notification/getting-started.md @@ -17,6 +17,12 @@ This tutorial will help you to quickly get started using the control. To use `RadToastNotification` when working with NuGet packages, install the `Telerik.UI.for.WinForms.AllControls` package. The [package target framework version may vary]({%slug winforms-available-nugets%}). +If you don’t need all controls, you can instead install a more lightweight package targeting only RadToastNotification: **UI.for.WinForms.RadToastNotification**. This package has a dependency on the following NuGets, that will be automatically installed when adding the **RadToastNotification NuGet**. + +* __Microsoft.Toolkit.Uwp.Notifications__ +* __UI.for.WinForms.Common__ +* __UI.for.WinForms.SyntaxEditor__ + Read more about NuGet installation in the [Install using NuGet Packages]({%slug winforms/nuget%}) article. >tip With the 2025 Q1 release, the Telerik UI for WinForms has a new licensing mechanism. You can learn more about it [here]({%slug license-key%}). diff --git a/controls/webcam/getting-started.md b/controls/webcam/getting-started.md index 54ecad1a2..0d593e89d 100644 --- a/controls/webcam/getting-started.md +++ b/controls/webcam/getting-started.md @@ -16,6 +16,8 @@ This article will help you to quickly get started using the control. To use `RadWebCam` when working with NuGet packages, install the `Telerik.UI.for.WinForms.AllControls` package. The [package target framework version may vary]({%slug winforms-available-nugets%}). +If you don’t need all controls, you can instead install a more lightweight package targeting only RadWebCam: **UI.for.WinForms.RadWebCam**. This package has a dependency on **UI.for.WinForms.Common**, which will be automatically installed when adding the **RadWebCam NuGet**. + Read more about NuGet installation in the [Install using NuGet Packages]({%slug winforms/nuget%}) article. >tip With the 2025 Q1 release, the Telerik UI for WinForms has a new licensing mechanism. You can learn more about it [here]({%slug license-key%}).