[PR #858] [MERGED] Change RadzenComponent.Element setter to protected internal #2355

Open
opened 2026-01-29 18:18:27 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/radzenhq/radzen-blazor/pull/858
Author: @scottfridwin
Created: 3/13/2023
Status: Merged
Merged: 3/15/2023
Merged by: @enchev

Base: masterHead: master


📝 Commits (2)

  • c298b1e Change RadzenComponent.Element setter to protected
  • a0696ec Changing to protected internal to resolve compile issues.

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 Radzen.Blazor/RadzenComponent.cs (+2 -2)

📄 Description

#857
Changing this setter allows custom components inheriting the RadzenComponent class to reference the html element in @ref tags.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/radzenhq/radzen-blazor/pull/858 **Author:** [@scottfridwin](https://github.com/scottfridwin) **Created:** 3/13/2023 **Status:** ✅ Merged **Merged:** 3/15/2023 **Merged by:** [@enchev](https://github.com/enchev) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`c298b1e`](https://github.com/radzenhq/radzen-blazor/commit/c298b1ef8c3b53f5e4f13ff04a5b6ae04048ca0a) Change RadzenComponent.Element setter to protected - [`a0696ec`](https://github.com/radzenhq/radzen-blazor/commit/a0696ecd29efcf5d8f38afa711fc277afc505bba) Changing to protected internal to resolve compile issues. ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Radzen.Blazor/RadzenComponent.cs` (+2 -2) </details> ### 📄 Description #857 Changing this setter allows custom components inheriting the RadzenComponent class to reference the html element in @ref tags. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 18:18:27 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#2355