Select theme:

Material 3

Design timelink

Open existing Blazor application or create a new onelink

After you start Radzen Blazor Studio you will see the following screen.

image

To open an existing Blazor application click the "Open Application" button and browse to the .sln or .csproj of your app.

To create a new Blazor Application click the "+" button. See how in Building Apps.

The Radzen Blazor Studio UIlink

The Radzen Blazor Studio UI is divided in a few sections.

image

Navigation Barlink

Contains the following items:

table td:first-of-type { width: 15%; } table td:nth-of-type(2) { width: 30%; } table td:nth-of-type(3) { width: 55%; }

| | Toolbox | The component toolbox list all Blazor components available in the opened application. See Components to learn more. | | Explorer | A tree with all files and directories of the current application and component outline. | | Appearance | Change the look and feel of your app. See how in Appearance. | | Debugger | Step through your code and inspect the values of properties, fields and variables. Learn more in Debugging. | | New Application | Create a new Blazor Server or WebAssembly application. See how in Applications. | | Open Application | Open an application. | | Radzen Settings | Shows the Radzen Blazor Studio settings which allow various customizations such as changing the Radzen Blazor Studio theme (Dark and Light).

Toolboxlink

The component toolbox list all Blazor components available in the opened application - both third party and built-in ones. The components are grouped by namespace. The toolbox also includes commonly used HTML elements such as div, p, button et. al.

The toolbox populates once you open a .razor file.

Explorerlink

A tree with all files and directories of the current application. If you have opened a solution (.sln file) Radzen Blazor Studio will show all projects.

Click a file to open it for editing.

Outlinelink

The outline UI inspector shows all components (Blazor components and HTML elements) in the currently opened .razor file. Use it to quickly select a nested component. It is available in both Toolbox and Explorer views.

Status Barlink

image

Output and status messages are positioned at the bottom of the screen.

Output

Shows the output of the dotnet command which Radzen Blazor Studio uses to build and run your application. Also shows build errors during application loading.

Status Message

Various status messages.

table:nth-of-type(2) td:first-of-type { width: 112; }

| | Ready to Open or Run a Blazor application. | | Loading a newly opened Blazor application. | | Building the project. Please wait.

Opened Files Tabstriplink

image

Radzen Blazor Studio opens files in tabs. Be sure to check the tab context menu.

Toolbarlink

The toolbar allows you to change between design and view modes, check how a page would look like on a mobile device and perform undo / redo.

File Design Mode switcher

image

Allows you to change the design mode of the opened file.

  • UI - design the UI of your Blazor page. Available only for .razor files.
  • Data - manage the properties and fields of your Blazor page.
  • Methods - edit the methods of your Blazor page.

Undo / Redo

image

Undo or redo the latest change to the opened file.

Zoom and Canvas width

image

Change the canvas width to see how the page will look on a different screen size. Also allows you to specify a custom device width in pixels.

File Edit Mode switcher

image

Allows you to change the edit mode of the design canvas.

  • Design - visually edit the opened file by setting properties and adding new items or deleting existing ones.
  • Split - combines the visual designer with a source code editor.
  • Source - allows you to edit the source of the opened file.

Design Canvaslink

Shows the opened file in one of the available view modes. Allows you to select UI elements ( Blazor components, HTML elements, properties and fields or methods and statements).

image

Property Gridlink

Displays the properties of the selected UI element. Allows you to change the component behavior, handle its events, add or remove custom attributes or edit its CSS style.

image

© 2016-2025 Radzen Ltd. All Rights Reserved.
Designed and developed with ❤️ in Radzen Blazor Studio.

Select theme:

Material 3