VOOZH about

URL: https://www.nuget.org/packages/RapidFireUI/

⇱ NuGet Gallery | RapidFireUI 8.0.13.7




👁 Image
RapidFireUI 8.0.13.7

dotnet add package RapidFireUI --version 8.0.13.7
 
 
NuGet\Install-Package RapidFireUI -Version 8.0.13.7
 
 
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="RapidFireUI" Version="8.0.13.7" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="RapidFireUI" Version="8.0.13.7" />
 
Directory.Packages.props
<PackageReference Include="RapidFireUI" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add RapidFireUI --version 8.0.13.7
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: RapidFireUI, 8.0.13.7"
 
 
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package RapidFireUI@8.0.13.7
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=RapidFireUI&version=8.0.13.7
 
Install as a Cake Addin
#tool nuget:?package=RapidFireUI&version=8.0.13.7
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Package Description

Product Versions Compatible and additional computed target framework versions.
.NET net8.0 net8.0 is compatible.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
8.0.13.7 92 6/16/2026
8.0.13.6 83 6/13/2026
8.0.13.5 139 5/23/2026
8.0.13.4 154 5/20/2026
8.0.13.3 98 5/20/2026
8.0.13.2 108 5/19/2026
8.0.13.1 116 5/19/2026
8.0.13 115 5/18/2026
8.0.12 189 4/15/2026
8.0.11.1 131 4/7/2026
8.0.11 116 4/7/2026
8.0.10.2 130 4/5/2026
8.0.10.1 206 3/8/2026
8.0.10 135 3/1/2026
8.0.9.4 156 2/9/2026
8.0.9.3 179 1/31/2026
8.0.9.2 152 1/29/2026
8.0.9.1 259 12/21/2025
8.0.9 295 11/4/2025
8.0.8.9 239 10/4/2025
Loading failed

RapidFireUI 8.0.11.0 – Release Notes

This release introduces new features and enhancements for TableRF and GridRF, focusing on selection support and improved programmatic control.

New Features and Enhancements:

TableRF Checkbox Selection Support
TableRF now supports row selection using checkboxes. You can bind selected values and customize checkbox icons and colors as needed.

GridRF Card Selection
GridRF now supports selection functionality via card clicks, providing a more intuitive selection experience for grid layouts.
Metadata Access
Both TableRF and GridRF now expose metadata through:

tbl.GetMeta()

This provides:

PageNo
TotalRecord
PageSize
TotalPage
Programmatic Pagination Control
You can now programmatically navigate to a specific page using:

tbl.Refresh(PageNo)

This enables better control over pagination from code.

Summary:

This update enhances TableRF and GridRF with selection capabilities, improved UI interaction, and better control over pagination and data handling, making them more flexible for advanced use cases.