Class DateTimePickerMaskPlaceholder
Gets or sets the text that is shown as a hint or placeholder based on the specified format until the user enters a value in the DateTimePickerMaskPlaceholder
Inherited Members
Namespace: Syncfusion.Blazor.Calendars
Assembly: Syncfusion.Blazor.dll
Syntax
public class DateTimePickerMaskPlaceholder : DatePickerMaskPlaceholder
Remarks
The DateTimePickerMaskPlaceholder
class properties will work when enabling the EnableMask property.
MaskPlaceholder
Examples
<SfDateTimePicker TValue="DateTime" EnableMask=true >
<DateTimePickerMaskPlaceholder Day="day" Month= "month" Year= "year" Hour= "hour" Minute= "minute" Second="second" DayOfWeek="dayofweek" ></DateTimePickerMaskPlaceholder>
</SfDateTimePicker>
Constructors
DateTimePickerMaskPlaceholder()
Declaration
public DateTimePickerMaskPlaceholder()