Fix TextProperty documentation in RadzenScheduler (#2426)

Should be string, not DateTime
This commit is contained in:
Mason Voxland
2026-01-20 01:17:23 -06:00
committed by GitHub
parent 8c8d288afd
commit c9201bf947

View File

@@ -156,7 +156,7 @@ namespace Radzen.Blazor
/// <summary>
/// Specifies the property of <typeparamref name="TItem" /> which will set <see cref="AppointmentData.Text" />.
/// </summary>
/// <value>The name of the property. Must be a <c>DateTime</c> property.</value>
/// <value>The name of the property. Must be a <c>string</c> property.</value>
[Parameter]
public string? TextProperty { get; set; }