mirror of
https://github.com/radzenhq/radzen-blazor.git
synced 2026-02-04 05:35:44 +00:00
Fix TextProperty documentation in RadzenScheduler (#2426)
Should be string, not DateTime
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user