Class TimePickerMaskPlaceholder
Configures the placeholder text for the SfTimePicker<TValue> mask, which is displayed based on the specified format until the user enters a value.
Implements
System.IAsyncDisposable
Inherited Members
Namespace: Syncfusion.Blazor.Toolkit.Calendars
Assembly: Syncfusion.Blazor.Toolkit.dll
Syntax
public class TimePickerMaskPlaceholder : MaskPlaceholder, IAsyncDisposable
Remarks
The properties of this class are only applicable when the EnableMask property is set to true.
Examples
<SfTimePicker TValue="DateTime?" EnableMask="true">
<TimePickerMaskPlaceholder Hour="hh" Minute="mm" Second="ss" />
</SfTimePicker>
Constructors
TimePickerMaskPlaceholder()
Declaration
public TimePickerMaskPlaceholder()
Implements
System.IAsyncDisposable