Set the Placeholder in Blazor DateTimePicker Component

6 Aug 20261 minute to read

Use the Placeholder property to display a short hint in the input that guides users before a value is selected.

@using Syncfusion.Blazor.Calendars

<SfDateTimePicker TValue="DateTime?" Placeholder="Choose a datetime"></SfDateTimePicker>

Blazor DateTimePicker displays hint text using the Placeholder property

See also