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.
Inherited Members
Namespace: Syncfusion.Blazor.Calendars
Assembly: Syncfusion.Blazor.dll
Syntax
public class TimePickerMaskPlaceholder : MaskPlaceholder
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()
Methods
OnInitializedAsync()
Initializes the component and updates the parent with its properties.
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | A System.Threading.Tasks.Task representing the asynchronous initialization operation. |
Remarks
This method is called by the Blazor framework when the component is first initialized.